3.4.5 • Published 6 years ago
eslint-config-zacanger v3.4.5
eslint-config-zacanger
DEPRECATED See https://github.com/zacanger/eslint-plugin-zacanger instead.
Zac Anger's Eslint config.
My rules are heavily based on Standard.
Installation
npm i -D eslint-config-zacanger
You'll also need to install some plugins (peerDependencies), at least until
there's some sort of resolution for this
issue:
npm i -D babel-eslint eslint-plugin-{babel,promise,import,unicorn}
Optionally, you can also install any or all of:
- eslint-plugin-jsx-a11y
- eslint-plugin-react
- eslint-plugin-node
If they're installed, their rules will be used.
Usage
.eslintrc.json
{
  "root": true,
  "extends": "eslint-config-zacanger",
  "rules": {
    "your custom configs": "go here"
  }
}LICENSE
3.4.5
6 years ago
3.4.4
6 years ago
3.4.3
6 years ago
3.4.2
7 years ago
3.4.1
7 years ago
3.4.0
7 years ago
3.3.3
7 years ago
3.3.2
7 years ago
3.3.1
7 years ago
3.3.0
7 years ago
3.2.0
7 years ago
3.1.4
7 years ago
3.1.3
7 years ago
3.1.2
8 years ago
3.1.1
8 years ago
3.1.0
8 years ago
3.0.2
8 years ago
3.0.1
8 years ago
3.0.0
8 years ago