@npm.piece/eslint-config

1.0.40 • Public • Published

ESLint config for clear code

Install

npm i @npm.piece/eslint-config -D
yarn add @npm.piece/eslint-config -D 

Create .eslintrc near package.json file

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

Add line to your tsconfig.json file

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

Readme

Keywords

Package Sidebar

Install

npm i @npm.piece/eslint-config

Weekly Downloads

1

Version

1.0.40

License

ISC

Unpacked Size

13.8 kB

Total Files

3

Last publish

Collaborators

  • npm.piece