0.2.1 • Published 1 year ago

@dipcode/eslint-config v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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