Add scripts to package.json to be able to run npm run lint:js to check ALL JS with a single cmd. Until now, you had to run eslint for individual files.
Check not only extension JS code but also unit test JS code.
Add stylelint and standard configuration.
Add npm run lint:css and npm run lint to check all JS / CSS in an easy way.
Add scripts to
package.json
to be able to runnpm run lint:js
to check ALL JS with a single cmd. Until now, you had to runeslint
for individual files.Check not only extension JS code but also unit test JS code.
Add
stylelint
and standard configuration.Add
npm run lint:css
andnpm run lint
to check all JS / CSS in an easy way.