eslint-config-captego
v4.0.1
Published
eslint-config-captego
Downloads
7
Readme
eslint-config-captego
Shareable ESLint config for Captego code style repositories
Example .eslintrc.json
{
"root": true,
"extends": ["captego"],
"parserOptions": {
"project": "./tsconfig.json"
}
}