@dipcode/eslint-config

0.2.1 • Public • Published

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

Package Sidebar

Install

npm i @dipcode/eslint-config

Weekly Downloads

17

Version

0.2.1

License

MIT

Unpacked Size

5.96 kB

Total Files

5

Last publish

Collaborators

  • tiagoloureiro
  • sfrtux