@catchfashion/eslint-config
v1.0.0
Published
A common Eslint preset for catchfashion TypeScript projects
Downloads
14
Maintainers
Keywords
Readme
@catchfashion/eslint-config
A common ESLint config for TypeScript projects
Setup
$ npm install eslint @catchfashion/eslint-config --save-dev
Add the following to .eslintrc
{
"extends": "@catchfashion",
"rules": {
// add your custom eslint configurations...
}
}