Skip to content

dipcode-software/eslint-config-dipcode

Repository files navigation

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" }

Links

About

Shareable ESLint config for Dipcode.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •