2.0.0 • Published 6 years ago

zenflow-lint-js v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

zenflow-lint-js

Build Status npm version Dependencies Status Greenkeeper badge semantic-release badge License: MIT

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 and fix package scripts
      • integrates with test package script
      • takes care of your .editorconfig
    • npm run fix:
      • fixes fixable lint errors
      • reports lint errors that need attention

Changes

See CHANGELOG.md