1.0.1 • Published 3 years ago

@epandco/eslint-config-typescript v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@epandco/eslint-config-typescript

EP+Co's standard ESLint config for TypeScript projects

Installtion

$ npm install --save-dev eslint @epandco/eslint-config-typescript

Usage

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...
  }
}