1.0.7 • Published 1 year ago

@digitpaint/eslint-config-typescript v1.0.7

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year ago

ESLint | TypeScript

ESLinter configs for typescript

About ESLint shareable configs

https://eslint.org/docs/developer-guide/shareable-configs

How to use this package

Make sure you have a working ESLint setup in your project

Install package

npm install @digitpaint/eslint-config-typescript

Include config in your ESLint config

Add the following to your eslint config

{
  "extends": "@digitpaint/eslint-config-typescript"
}

Example:

{
  "env": {
    "browser": true,
    "es2021": true
  },
  "extends": "@digitpaint/eslint-config-typescript",
  "parserOptions": {
    "ecmaVersion": 12,
    "sourceType": "module",
    "project": "./tsconfig.json"
  },
}
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago