Nav's home for React ESLint configurations.
Install the package and all peer dependencies using the following command:
npx install-peerdeps @navinc/eslint-config-react --dev
Add the following to your eslint.config.js
file:
import navEslintReact from '@navinc/eslint-config-react'
export default {
...navEslintReact,
}