Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added ability to set config opts to eslint (#9) | bbsteventill | 2018-03-31 | 2 | -4/+8 |
| | | | | | | * added ability to set config opts to eslint * add spec for eslint command line | ||||
* | refactor config handling and specs a little bit | Markus Doits | 2018-03-31 | 1 | -12/+17 |
| | |||||
* | update locally used ruby versiob, lint everything | Markus Doits | 2018-03-30 | 2 | -3/+7 |
| | |||||
* | depend on pronto ~> 0.9.1 | Markus Doits | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | update version | Markus Doits | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | new version (compatible with pronto 0.8), no changes | Markus Doits | 2017-02-13 | 1 | -1/+1 |
| | |||||
* | update version | Markus Doits | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | Load YAML configuration correctly | Jerome Dalbert | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | Allow to set config with `.pronto_eslint_npm.yml` | Markus Doits | 2016-09-11 | 1 | -12/+32 |
| | | | | Make configuration dependent on instance instead of class, too. | ||||
* | add class variables to prepare setting external config | Markus Doits | 2016-09-11 | 1 | -6/+19 |
| | |||||
* | require shellwords (which might not be required by default) | Markus Doits | 2016-08-23 | 1 | -0/+1 |
| | | | | references #1 | ||||
* | downgrade version again (because name changed) | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | correct name according to recommended use of `_` and `-` | Markus Doits | 2016-08-11 | 2 | -0/+0 |
| | | | | http://guides.rubygems.org/name-your-gem/ | ||||
* | refactor source code a little bit | Markus Doits | 2016-08-11 | 1 | -15/+28 |
| | |||||
* | actually include something in the gem ;-) | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | rebrand to Pronto::ESLintNpm | Markus Doits | 2016-08-11 | 3 | -6/+6 |
| | |||||
* | Call `.to_s` on pathname to fix error on ruby 1.9.3 | Markus Doits | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | escape file path before passing it to shell | Markus Doits | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | Use system eslint instead of eslintrb | Markus Doits | 2016-07-25 | 1 | -24/+14 |
| | | | | | | | 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 | 1 | -1/+21 |
| | | | | | | | | | 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.). | ||||
* | Bump version to 0.6.2 | Mindaugas Mozūras | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | Add .js.es6 as known filetype | Harry Lascelles | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.6.1 | Mindaugas Mozūras | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | add es6 suffix to lint | Markus Doits | 2016-04-09 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.6.0 | Mindaugas Mozūras | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Depend on newest versions of pronto and eslint (less strictly) | Mindaugas Mozūras | 2016-03-14 | 1 | -4/+4 |
| | |||||
* | Fix Rubocop warning about freezing strings | Mindaugas Mozūras | 2016-02-28 | 1 | -1/+1 |
| | |||||
* | Implement ESLint runner | Mindaugas Mozūras | 2016-02-28 | 2 | -0/+41 |