1.5.3 • Published 7 months ago

eslint-config-ixn-react v1.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

eslint-config-ixn-react

Ixion Labs" ESLint config for ReactJS projects

Usage

ReactJS

npm install --save-dev eslint-config-ixn-react
{
  "parserOptions": {
    "project": "./tsconfig.json"
  },
  "extends": "ixn-react"
}