Skip to content

delawarePro/eslint-config-dlw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published