eslint-config-esnext

Pluggable eslint config for ECMAScript Next that you can import, extend and override


Keywords
eslint, eslint-config, eslintconfig, esnext, es6, es7, es2015, es2016
License
ISC
Install
npm install eslint-config-esnext@2.0.0

Documentation

eslint-config

Pluggable ESLint configs for ECMAScript Next, Node.js and React Native that you can import, extend and override

Join the chat at https://gitter.im/kunalgolani/eslint-config npm version npm downloads GitHub issues Deps Dev Deps

Usage

See individual packages

To add a git-hook to your commits, consider using husky

npm install --save-dev husky

And in your package.json:

  "scripts": {
    "precommit": "eslint ."
  }

Config

These configs are biased and opinionated, and err on the side of too many rules instead of too few. Think of them as a superset of your repo's lint config, and discard what you don't like in them. It's easy to override and disable the rules you find inconvenient.