4.0.1 • Published 1 year ago

eslint-config-captego v4.0.1

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

eslint-config-captego

Shareable ESLint config for Captego code style repositories

Example .eslintrc.json

{
  "root": true,
  "extends": ["captego"],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}