Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor config handling and specs a little bit | Markus Doits | 2018-03-31 | 1 | -5/+4 |
| | |||||
* | update locally used ruby versiob, lint everything | Markus Doits | 2018-03-30 | 1 | -1/+3 |
| | |||||
* | only require byebug in specs | Markus Doits | 2017-02-28 | 1 | -0/+1 |
| | |||||
* | Allow to set config with `.pronto_eslint_npm.yml` | Markus Doits | 2016-09-11 | 1 | -1/+9 |
| | | | | Make configuration dependent on instance instead of class, too. | ||||
* | change rspec syntax to expect | Markus Doits | 2016-09-11 | 1 | -5/+1 |
| | |||||
* | correct name according to recommended use of `_` and `-` | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| | | | | http://guides.rubygems.org/name-your-gem/ | ||||
* | rebrand to Pronto::ESLintNpm | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | Respect `.eslintignore` | Markus Doits | 2016-07-25 | 1 | -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 commit | Mindaugas MozĊĞras | 2016-02-28 | 1 | -0/+17 |