Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
/ zenflow-lint-js Public archive

A zero-config opinionated and awesome js linter

License

Notifications You must be signed in to change notification settings

zenflow/zenflow-lint-js

Repository files navigation

zenflow-lint-js

Deprecated

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