aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/spec_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow to set config with `.pronto_eslint_npm.yml`Markus Doits2016-09-111-1/+9
| | | | Make configuration dependent on instance instead of class, too.
* change rspec syntax to expectMarkus Doits2016-09-111-5/+1
|
* correct name according to recommended use of `_` and `-`Markus Doits2016-08-111-1/+1
| | | | http://guides.rubygems.org/name-your-gem/
* rebrand to Pronto::ESLintNpmMarkus Doits2016-08-111-1/+1
|
* Respect `.eslintignore`Markus Doits2016-07-251-6/+8
| | | | | | | | | If an `.eslintignore` is present, it's patterns are now respected. See http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories for more info. Due to the file format of `.eslintignore`, the gem `globby` has to be used for those patterns (which respects negations etc.).
* Initial commitMindaugas MozĊĞras2016-02-281-0/+17