@dipcode/eslint-config
v0.2.1
Published
Shareable ESLint config for Dipcode.
Downloads
51
Readme
Dipcode ESLint config
Shareable ESLint config for Dipcode.
Usage
The package provides Dipcode's .eslintrc
as an extensible shared config.
Install the config
npm install --save-dev @dipcode/eslint-config
Then configure eslint to use the configuration.
For JavaScript projects
.eslintrc.json
{
"root": true,
"extends": "@dipcode/eslint-config"
}
For TypeScript projects
.eslintrc.json
{
"root": true,
"extends": "@dipcode/eslint-config/typescript"
}