My default eslint config
Go to file
2022-09-04 23:48:12 +02:00
.github/workflows set registry to npm and use NODE_AUTH_TOKEN 2022-09-04 23:48:12 +02:00
.gitignore 1.0.2 and github release 2022-09-04 23:37:00 +02:00
index.js 1.0.2 and github release 2022-09-04 23:37:00 +02:00
package-lock.json 1.0.2 and github release 2022-09-04 23:37:00 +02:00
package.json 1.0.2 and github release 2022-09-04 23:37:00 +02:00
README.md 1.0.2 and github release 2022-09-04 23:37:00 +02:00

eslint-config

My personal (base) eslint-config

Table of Contents

install

npm install --save-dev @mastermindzh/eslint-config

usage

Extend it in your eslint config:

{
  "extends": "@mastermindzh/eslint-config"
}