Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm. | Paul Bonaud | 2019-04-13 | 1 | -7/+0 |
| | | | | | Forking the pronto-eslint_npm repository to build a runner for hlint haskell linter. | ||||
* | Respect `.eslintignore` | Markus Doits | 2016-07-25 | 1 | -0/+7 |
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.). |