2.3.1 • Published 7 years ago

eslint-config-ksmithut v2.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

lint-roller

This package is deprecated. I have moved on from trying to maintain my own set of eslint rules. My current preference is prettier-eslint with standardjs eslint rules. If you would like to take these rules, feel free to fork it, but I'd like the namespace to not stick around.

A repo with a collection of the various linting/styling rules that I wish to follow.

eslint

base

{
  "extends": "ksmithut"
}

es6 (babel)

npm install --save-dev babel-eslint

{
  "extends": "ksmithut/es6"
}

es6 (node 4)

{
  "extends": "ksmithut/es6-node"
}

react

npm install --save-dev eslint-plugin-react

{
  "extends": "ksmithut/react"
}

mocha

npm install --save-dev eslint-plugin-mocha

{
  "extends": "ksmithut/mocha"
}
2.3.1

7 years ago

2.3.0

8 years ago

2.2.5

8 years ago

2.2.4

8 years ago

2.2.3

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.3

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.10

8 years ago

2.0.9

8 years ago

2.0.8

8 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.0

9 years ago