3.2.0 • Published 2 years ago

@wowvendor/eslint-config-typescript v3.2.0

Weekly downloads
16
License
MIT
Repository
github
Last release
2 years ago

@wowvendor/eslint-config-typescript

Production ready ESLint config using

Install

yarn

yarn add eslint @wowvendor/eslint-config-base @wowvendor/eslint-config-typescript -D

npm

npm i -D eslint @wowvendor/eslint-config-base @wowvendor/eslint-config-typescript

Usage

Сreate a eslint config file type of your choice

.eslintrc

{
  "extends": ["@wowvendor/eslint-config-base", "@wowvendor/eslint-config-typescript"]
}

.eslintrc.js

module.exports = {
  extends: ["@wowvendor/eslint-config-base", "@wowvendor/eslint-config-typescript"],
};

.eslintrc.json

{
  "extends": ["@wowvendor/eslint-config-base", "@wowvendor/eslint-config-typescript"]
}

Plugins / Modules

  • @typescript-eslint/parser
  • @typescript-eslint/eslint-plugin
3.2.0

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.5.1

3 years ago

2.5.0

3 years ago

2.3.0

3 years ago

2.4.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago