@epandco/eslint-config-typescript
v1.0.1
Published
EP+Co's standard ESLint config for TypeScript projects
Maintainers
Keywords
Readme
@epandco/eslint-config-typescript
EP+Co's standard ESLint config for TypeScript projects
Installtion
$ npm install --save-dev eslint @epandco/eslint-config-typescriptUsage
To use @epandco/eslint-config-typescript, simply add it to the
extends field of your project's
ESLint configuration:
{
"extends": "@epandco/eslint-config-typescript"
}Additional project-specific rules can be added when needed:
{
"extends": "@epandco/eslint-config-typescript",
"rules": {
// Project-specific rules...
}
}