@rollupjs/eslint-config-typescript

24.0.0 • Public • Published

npm version lint ESLint Recommended

@rollupjs/eslint-config-typescript

ESLint Shareable Config for TypeScript

Installation

npm:

npm i -D @rollupjs/eslint-config-typescript

Yarn:

yarn add -D @rollupjs/eslint-config-typescript

Usage

Add @rollupjs/eslint-config-typescript to extends of your ESLint config.

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

Package Sidebar

Install

npm i @rollupjs/eslint-config-typescript

Weekly Downloads

0

Version

24.0.0

License

MIT

Unpacked Size

4.36 kB

Total Files

4

Last publish

Collaborators

  • munierujp