eslint-config-prototypers

0.2.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    2
  • 0.1.0
    1

Package Sidebar

Install

npm i eslint-config-prototypers

Weekly Downloads

3

Version

0.2.0

License

MIT

Last publish

Collaborators

  • creynders