@munierujp/eslint-config-typescript

29.0.1 • Public • Published

npm version lint ESLint Recommended

@munierujp/eslint-config-typescript

ESLint Shareable Config for TypeScript

Installation

npm:

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

Yarn:

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

Usage

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

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

Related packages

Package Sidebar

Install

npm i @munierujp/eslint-config-typescript

Weekly Downloads

91

Version

29.0.1

License

MIT

Unpacked Size

5.67 kB

Total Files

4

Last publish

Collaborators

  • munierujp