Closed TintypeMolly closed 8 years ago
Run npm run eslint to use. To pass arguments, place them after npm run eslint --. For example, if you want to eslint src/ tools/ --fix, run npm run eslint -- --fix.
npm run eslint
npm run eslint --
eslint src/ tools/ --fix
npm run eslint -- --fix
Run
npm run eslint
to use. To pass arguments, place them afternpm run eslint --
. For example, if you want toeslint src/ tools/ --fix
, runnpm run eslint -- --fix
.