eslint-config-qmmr

4.1.1 • Public • Published

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 ECMAScript[6|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"
}

Package Sidebar

Install

npm i eslint-config-qmmr

Weekly Downloads

1

Version

4.1.1

License

ISC

Unpacked Size

6.18 kB

Total Files

5

Last publish

Collaborators

  • qmmr