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

4.0.0 • Public • Published

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

Package Sidebar

Install

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

Weekly Downloads

2

Version

4.0.0

License

MIT

Unpacked Size

4.07 kB

Total Files

4

Last publish

Collaborators

  • munierujp