| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Forking the pronto-eslint_npm repository to build a runner for hlint
haskell linter.
|
|
|
|
| |
Make configuration dependent on instance instead of class, too.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.).
|
| |
|
|
|