zenflow-lint-js
v2.0.0
Published
A zero-config opinionated and awesome js linter
Downloads
17
Maintainers
Readme
zenflow-lint-js
A zero-config opinionated and awesome js linter
Features
- rules from eslint-config-zenflow
- cli interface of standard via standard-engine
- ignores based off your
.gitignore
- integrate with
npm install zenflow-lint-js --save-dev && npx zenflow-lint-js setup && npm run fix
npm install zenflow-lint-js --save-dev
:- installs package as a dev dependency
npx zenflow-lint-js setup
:- adds standard
lint
andfix
package scripts - integrates with
test
package script - takes care of your
.editorconfig
- adds standard
npm run fix
:- fixes fixable lint errors
- reports lint errors that need attention
Changes
See CHANGELOG.md