@navinc/eslint-config-react
v0.0.3
Published
Nav's React ESLint configuration
Downloads
430
Maintainers
Keywords
Readme
@navinc/eslint-config-react
Nav's home for React ESLint configurations.
Getting Started
Install the package and all peer dependencies using the following command:
npx install-peerdeps @navinc/eslint-config-react --dev
Usage
Add the following to your eslint.config.js
file:
import navEslintReact from '@navinc/eslint-config-react'
export default {
...navEslintReact,
}