2.1.0 • Published 7 months ago

eslint-config-relint-react v2.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Install

npm install -D eslint-config-relint-react

Configuration

package.json

{
  // ...
  "eslintConfig": {
    "extends": "relint-react",
    "ignorePatterns": [
      "dist",
      "build"
    ]
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": true,
    "semi": true,
    "tabWidth": 2
  },
  // ...
}

🚀 © Ninh Pham