4.0.0 • Published 8 months ago

@npm-update-package/eslint-config-typescript v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

npm version lint ESLint Recommended

@npm-update-package/eslint-config-typescript

ESLint Shareable Config for TypeScript

Installation

npm:

npm i -D @npm-update-package/eslint-config-typescript

Yarn:

yarn add -D @npm-update-package/eslint-config-typescript

Usage

Add @npm-update-package/eslint-config-typescript to extends of your ESLint config.

module.exports = {
  extends: [
    '@npm-update-package/eslint-config-typescript'
    // add other rulesets here if needed
  ],
  rules: {
    // override/add rules settings here if needed
  }
}