eslint-config-risingstack

1.0.0 • Public • Published

eslint-config

Usage

$ npm i -D eslint eslint-config-risingstack

Then add it to your .eslintrc

{
  "extends": [
    "risingstack"
  ]
}

Notes

Eslint config properties like env or globals are strongly project specific so you have to set them in your own .eslintrc file.

For instance:

{
  "env": {
    "browser": true
  },
  "globals": {
    "React": true
  },
  "extends": [
    "risingstack"
  ]
}

To get an insight how it works check the official documentation.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-risingstack

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gergelyke