@1000ch/eslint-config-react

ESLint config

Usage no npm install needed!

<script type="module">
  import 1000chEslintConfigReact from 'https://cdn.skypack.dev/@1000ch/eslint-config-react';
</script>

README

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