0.2.0 • Published 8 years ago

eslint-config-prototypers v0.2.0

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

eslint-config-prototypers

iMinds Living Labs - prototyping team's eslint configuration as an extensible shared config.

Installation

$ npm install -D eslint eslint-config-prototypers

Usage

Full preset

//file: .eslintrc.js
module.exports = {
  extends: 'prototypers'
}
$ eslint my-file.js

Partial presets

//file: .eslintrc.js
module.exports = {
  extends: 'prototypers/rules/best-practices'
}
$ eslint my-file.js

See the rules directory for possible values.

License

MIT License - Copyright (c) 2016 iMinds