@rtkcd/eslint-config-rtkcd

1.0.15 • Public • Published

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",
    "." 
  ]

Readme

Keywords

Package Sidebar

Install

npm i @rtkcd/eslint-config-rtkcd

Weekly Downloads

0

Version

1.0.15

License

ISC

Unpacked Size

7.92 kB

Total Files

3

Last publish

Collaborators

  • rtkcd