2.2.0 • Published 6 years ago

eslint-config-dlw v2.2.0

Weekly downloads
159
License
MIT
Repository
github
Last release
6 years ago

An opinionated list of ESLint rules used at Delaware Consulting.

Installation

npm install --save-dev eslint eslint-plugin-import eslint-config-dlw

Then add the extends to your .eslintrc:

{
  "extends": "dlw",
  "rules": {
    // your overrides
  }
}

React configuration

For supporting React projects, also add the dlw/rules/react extension:

{
  "extends": [
    "dlw",
    "dlw/rules/react"
  ]
}

Then install eslint-plugin-react:

npm install --save-dev eslint-plugin-react

LICENSE

MIT

2.2.0

6 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago