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

/eslint-config-prototypers/

    Package Sidebar

    Install

    npm i eslint-config-prototypers

    Weekly Downloads

    3

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • creynders