@navinc/eslint-config
v1.3.2
Published
Nav's base ESLint configuration
Downloads
848
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 --dev
JavaScript 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"
}