1.0.1 • Published 8 years ago

eslint-config-remitbri-es7 v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

eslint-config-remitbri

Additional configuration set to be used with ESLint and eslint-config-remitbri.

Installation

npm install --save-dev eslint-config-remitbri-es7

Default usage

This specifies babel-eslint as a replacement parser, so that ES7 experimental features don't flag as errors. It's not meant to be used on its own.

E.g. add the following line to the .eslintrc file or to the eslintConfig field of the package.json of your project

{
  "extends" : ["remitbri/react", "remitbri-es7"]
}

Consult the ESLint documentation for more information about extending configuration files.