4.1.1 • Published 7 years ago

eslint-config-qmmr v4.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

4.1.0

7 years ago

4.0.0

7 years ago

3.0.0

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago