eslint-config-degree53-core

4.0.0 • Public • Published

Degree 53 Core ESLint Config

This config is dependent on eslint@3.19.0 being installed to your ./node_modules at the same level.

Your .eslintrc file should be at the same level or deeper than your ./node_modules and should contain the following:

{
    "extends": [
        "degree53-core"
    ]
}

NOTE: If you are using babel, you will also need to install babel-eslint@7.2.2 and add the following to your .eslintrc file:

{
    "parser": "babel-eslint"
}

For an explanation of the rules please see the ESLint documentation.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-degree53-core

Weekly Downloads

2

Version

4.0.0

License

MIT

Last publish

Collaborators

  • degree53
  • lebowski89
  • munkyjunky