@1000ch/eslint-config-react

1.11.0 • Public • Published

eslint-config-react

Build Status devDependency Status peerDependency Status

Install

npm install --save-dev @1000ch/eslint-config-react

Usage

In .eslintrc:

{
  "extends": [
    "@1000ch/eslint-config-react",
    "@1000ch/eslint-config-react/jsx-a11y"
  ]
}

In package.json:

{
  "eslintConfig": {
    "extends": [
      "@1000ch/eslint-config-react",
      "@1000ch/eslint-config-react/jsx-a11y"
    ]
  }
}

License

MIT © Shogo Sensui

Readme

Keywords

Package Sidebar

Install

npm i @1000ch/eslint-config-react

Weekly Downloads

0

Version

1.11.0

License

MIT

Last publish

Collaborators

  • 1000ch