aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto/eslint_npm.rb
Commit message (Collapse)AuthorAgeFilesLines
* Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm.Paul Bonaud2019-04-131-104/+0
| | | | | Forking the pronto-eslint_npm repository to build a runner for hlint haskell linter.
* added ability to set config opts to eslint (#9)bbsteventill2018-03-311-3/+7
| | | | | | * added ability to set config opts to eslint * add spec for eslint command line
* refactor config handling and specs a little bitMarkus Doits2018-03-311-12/+17
|
* update locally used ruby versiob, lint everythingMarkus Doits2018-03-301-3/+5
|
* Load YAML configuration correctlyJerome Dalbert2016-09-111-1/+1
|
* Allow to set config with `.pronto_eslint_npm.yml`Markus Doits2016-09-111-12/+32
| | | | Make configuration dependent on instance instead of class, too.
* add class variables to prepare setting external configMarkus Doits2016-09-111-6/+19
|
* require shellwords (which might not be required by default)Markus Doits2016-08-231-0/+1
| | | | references #1
* correct name according to recommended use of `_` and `-`Markus Doits2016-08-111-0/+59
http://guides.rubygems.org/name-your-gem/