@navinc/eslint-config
v1.4.0
Published
Nav's base ESLint configuration
Maintainers
Keywords
Readme
@navinc/eslint-config
Nav's home for common ESLint configurations.
Getting Started
Install the package and all peer dependencies using the following command:
npx install-peerdeps @navinc/eslint-config --devJavaScript Usage
Add the following to your .eslintrc file:
{
"extends": "@navinc/eslint-config"
}Typescript Usage
Add the following to your .eslintrc file:
{
"extends": "@navinc/eslint-config/typescript"
}