@wowvendor/eslint-config-typescript
v3.2.0
Published
Typescript config for ESLint used in WoWVendor's projects
Readme
@wowvendor/eslint-config-typescript
Production ready ESLint config using
Install
yarn
yarn add eslint @wowvendor/eslint-config-base @wowvendor/eslint-config-typescript -Dnpm
npm i -D eslint @wowvendor/eslint-config-base @wowvendor/eslint-config-typescriptUsage
С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
