Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only require byebug in specs | Markus Doits | 2017-02-28 | 1 | -0/+1 |
| | |||||
* | make config spec pass string option, not regexp | Markus Doits | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | Load YAML configuration correctly | Jerome Dalbert | 2016-09-11 | 1 | -3/+3 |
| | |||||
* | Allow to set config with `.pronto_eslint_npm.yml` | Markus Doits | 2016-09-11 | 3 | -5/+42 |
| | | | | Make configuration dependent on instance instead of class, too. | ||||
* | add class variables to prepare setting external config | Markus Doits | 2016-09-11 | 1 | -0/+20 |
| | |||||
* | change rspec syntax to expect | Markus Doits | 2016-09-11 | 2 | -12/+24 |
| | |||||
* | correct name according to recommended use of `_` and `-` | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| | | | | http://guides.rubygems.org/name-your-gem/ | ||||
* | fix spec for eslint >= 3 | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | rebrand to Pronto::ESLintNpm | Markus Doits | 2016-08-11 | 2 | -3/+3 |
| | |||||
* | Use system eslint instead of eslintrb | Markus Doits | 2016-07-25 | 4 | -6/+22 |
| | | | | | | | This makes sure `eslint` works as expected, e.g. the config used is respected and full feature set is present. One has to make sure `eslint` is properly installed, though. | ||||
* | Respect `.eslintignore` | Markus Doits | 2016-07-25 | 20 | -6/+47 |
| | | | | | | | | | 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.). | ||||
* | modify spec to check for .es6 liniting | Markus Doits | 2016-04-11 | 10 | -3/+13 |
| | |||||
* | Depend on newest versions of pronto and eslint (less strictly) | Mindaugas Mozūras | 2016-03-14 | 1 | -2/+2 |
| | |||||
* | Implement ESLint runner | Mindaugas Mozūras | 2016-02-28 | 26 | -0/+67 |
| | |||||
* | Initial commit | Mindaugas Mozūras | 2016-02-28 | 1 | -0/+17 |