@kunstmaan/eslint-typescript-config

2.0.1 • Public • Published

Kunstmaan ESLint for TypeScript

Usage

npm install @kunstmaan/eslint-typescript-config --save-dev

Update your .eslintrc file:

{
  "parser": "@typescript-eslint/parser",
  "plugins": ["@typescript-eslint"],
  "extends": ["./node_modules/@kunstmaan/eslint-typescript-config/index.js"],
  "rules": {

  }
}

You can add overrides inside the rules section.

Rules

See the @kunstmaan/eslint-config styleguide.

Readme

Keywords

none

Package Sidebar

Install

npm i @kunstmaan/eslint-typescript-config

Weekly Downloads

2

Version

2.0.1

License

ISC

Unpacked Size

3.44 kB

Total Files

5

Last publish

Collaborators

  • bverbist
  • diskwriter
  • janb87
  • kunstmaan-npm
  • snipsonian-npm