2.0.0 • Published 5 months ago

@malven/eslint-config-typescript v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Malven Co. ESLint Config for Typescript

Malven Co. Javascript coding standards for Typescript projects using ESLint


How to Use

npm i -D eslint @malven/eslint-config @malven/eslint-config-typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin typescript

In your global or project-specific .eslintrc

// in .eslintrc

{
  "parser": "@typescript-eslint/parser",
  "extends": [
    "@malven",
    "@malven/typescript"
  ]
}
2.0.0

5 months ago

1.2.0

7 months ago

1.1.0

10 months ago

1.0.0

2 years ago