Closed Holger-Will closed 5 years ago
use standard.js instead of eslint
standard --fix does not work recursively. you have to specify a filename to auto-fix
standard --fix
standard --fix bla.js
so install standard globaly npm i -g standard and use it directly for dev work.
npm i -g standard
use standard.js instead of eslint