all linting should be included in watch/snyc tasks. all fromatting should be separated from watch/snyc tasks. ### js scss json - js linting already including. - formattig something based on https://prettier.io/ ### php - PHP_CodeSniffer (phpcs) and PHP_Code_Beautifier_Fixer (phpcbf) https://github.com/squizlabs/PHP_CodeSniffer - with WordPress standards https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards ### ui - something enquirer based
all linting should be included in watch/snyc tasks.
all fromatting should be separated from watch/snyc tasks.
js scss json
php
ui