@bence.a.toth/eslint-config

An opinionated and extensive ESLint configuration for React applications

Usage no npm install needed!

<script type="module">
  import benceATothEslintConfig from 'https://cdn.skypack.dev/@bence.a.toth/eslint-config';
</script>

README

ESLint configuration

An opinionated and extensive ESLint configuration for React applications

Installation

npm install @bence.a.toth/eslint-config --save-dev

Configuration

Add "@bence.a.toth/eslint-config" to the extends object in your .eslintrc file:

{
  "extends": ["@bence.a.toth/eslint-config"]
}

License

MIT