aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto/eslint_npm.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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/