## Summary - Setup NPM - Add scripts to run phpcs/phpcbf from npm scripts - Add wrapper around phpcbf to return 0 exit code. (See https://github.com/squizlabs/PHP_CodeSniffer/issues/3367#issuecomment-847754021) ## References <!-- Add helpful links, design, demo site, documents links, etc. --> ## Acceptance Criteria - [ ] Add NPM - [ ] Add npm scripts to run phpcs/phpcbf - [ ] Add wrapper around phpcbf to retun exit code as 0