@digitpaint/eslint-config-typescript

1.0.7 • Public • Published

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"
  },
}

Package Sidebar

Install

npm i @digitpaint/eslint-config-typescript

Weekly Downloads

24

Version

1.0.7

License

ISC

Unpacked Size

5.29 kB

Total Files

3

Last publish

Collaborators

  • ripley3
  • gyzie
  • digitpaint-arnhem