Skip to content

imec-int/eslint-config-prototypers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Prototyping team's eslint configuration as an extensible shared config

Resources

License

Stars

Watchers

Forks

Packages

No packages published