4.1.1 • Published 6 years ago

eslint-config-qmmr v4.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

eslint-config-qmmr

Shareable eslint config for my projects

eslint shareable configs I use for my personal projects.

npm install eslint-config-qmmr

npm version

Usage

Extend your .eslintrc with one of the following configurations:

default

This is my default config for generic projects. It extends the eslint:recommended config. (source)

{
  "extends": "qmmr"
}

es6

For projects that use ECMAScript6|2015. It extends the default config. (source)

{
  "extends": "qmmr/es6"
}

react

For projects that use React.js and Babel.js. It extends the es6 config. (source).

Requires npm install babel-eslint eslint-plugin-react --save-dev.

{
  "extends": "qmmr/react"
}
4.1.1

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.0.0

7 years ago

2.0.8

7 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago