eslint-config-es2015

1.1.0 • Public • Published

eslint-config-es2015

A eslint config for enabling es2015 ecma features in eslint.

Usage

Extend config in your .eslintrc

{
    "extends": "es2015"
}

If you want only the es2015 features that are enabled by default in node extend es2015/node instead.

{
    "extends": "es2015/node"
}

If you also use the --staging flag with node extend the es2015/staging config.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1,582
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1,582

Package Sidebar

Install

npm i eslint-config-es2015

Weekly Downloads

723

Version

1.1.0

License

MIT

Last publish

Collaborators

  • halmhatt