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