1.0.4 • Published 2 years ago

@releaseband/eslint-config v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@releaseband/eslint-config

eslint shareable config

Installing

npm i -D @releaseband/eslint-config
npx install-peerdeps --dev @releaseband/eslint-config

create .eslintrc.json file in the root project folder:

{
  "extends": ["@releaseband/eslint-config"]
}

create .eslintignore file in the root project folder and add ignore files:

node_modules/
.idea/
.vscode/
.history/

add script in package.json:

{
  "scripts": {
    "lint": "eslint --ext .js --fix ."
  }
}
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago