eslint-config-rowno
v4.0.0
Published
Opinionated ESLint config
Readme
eslint-config-rowno
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-rownoInclude the ES5 rules:
---
root: true
extends: rowno
env:
node: trueOr include the ES5 and ES6 rules:
---
root: true
extends: rowno/es6
env:
node: trueLicense
eslint-config-rowno is released under the ISC license.
Copyright © 2015, Roland Warmerdam.
