1.11.0 • Published 8 years ago
linterjs v1.11.0
linterjs
The easy to use js linter.
linterjs:
- Is an eslint wrapper, like standard or xo
- Use the same rules as
XO, minus all stilistic one. - Use eslint-config-prettier to force same stile enforced by prettier
- Has a Sublime Text plugin
- Has a
watchmode that run linting on file changes.
Install
npm install -D linterjsUsage
lint all files in current directory:
linterjs .using watch mode:
linterjs . --watchLicense
Licensed as MIT
© Andrea Parodi 2017