2.0.0 • Published 8 years ago
zenflow-lint-js v2.0.0
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 fixnpm install zenflow-lint-js --save-dev:- installs package as a dev dependency
npx zenflow-lint-js setup:- adds standard
lintandfixpackage scripts - integrates with
testpackage 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