This package has been deprecated

Author message:

Made useless with eslint v3.0.0 and eslint-config-remitbri v5.0.0

eslint-config-remitbri-es7

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-remitbri-es7

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • remitbri