2.4.1 • Published 6 years ago

@mi11er/eslint-config v2.4.1

Weekly downloads
20
License
MIT
Repository
github
Last release
6 years ago

@mi11er/eslint-config

Codacy Badge Build Status NSP Status

Combines various plugins and rulesets for use in mi11er.net projects.

Installation

Note: don't forget the require peerDepencies.

npm install --save-dev eslint @mi11er/eslint-config eslint-plugin-optimize-regex eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-security

or

yarn add -D eslint @mi11er/eslint-config eslint-plugin-optimize-regex eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-security

Setup

Add the config to your .eslintrc file:

{
  "extends": "@mi11er"
}

or for react/preact based projects

{
  "extends": "@mi11er/eslint-config/react"
}
2.4.1

6 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago