3.4.5 • Published 4 years ago

eslint-config-zacanger v3.4.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

MIT

3.4.5

4 years ago

3.4.4

4 years ago

3.4.3

5 years ago

3.4.2

5 years ago

3.4.1

6 years ago

3.4.0

6 years ago

3.3.3

6 years ago

3.3.2

6 years ago

3.3.1

6 years ago

3.3.0

6 years ago

3.2.0

6 years ago

3.1.4

6 years ago

3.1.3

6 years ago

3.1.2

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago