npm

eslint-config-dlw

2.2.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i eslint-config-dlw

    Weekly Downloads

    40

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    162 kB

    Total Files

    19

    Last publish

    Collaborators

    • dlw-dbe-digital
    • wimvergouwe
    • wouter.hemeryck
    • sandernouwynck
    • dlw-dbe-mobileweb