eslint-config-rowno

4.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-rowno

Weekly Downloads

1

Version

4.0.0

License

ISC

Last publish

Collaborators

  • rowno