1.0.15 • Published 8 months ago

@rtkcd/eslint-config-rtkcd v1.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

ESLint config for clear code

Create .eslintrc near package.json file

{
  "extends": [
    "@rtkcd/eslint-config-rtkcd"
  ],
  "parserOptions": {
    "ecmaVersion": 2020,
    "sourceType": "module",
    "project": "./tsconfig.json"
  }
}

Add line to your tsconfig.json file

"include": [
    "src",
    "." 
  ]