4.0.0 • Published 8 years ago

eslint-config-rowno v4.0.0

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

eslint-config-rowno

Build Status

Opinionated ESLint config. Focuses on flagging code breaking problems as errors, and bad practices and opinionated styles as warnings.

Contains ES5 and ES6 rule sets.

Usage

Install the package:

npm install --save-dev eslint-config-rowno

Include the ES5 rules:

---
root: true
extends: rowno
env:
    node: true

Or include the ES5 and ES6 rules:

---
root: true
extends: rowno/es6
env:
    node: true

License

eslint-config-rowno is released under the ISC license.

Copyright © 2015, Roland Warmerdam.

4.0.0

8 years ago

3.4.0

8 years ago

3.3.0

8 years ago

3.2.0

8 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago