aboutsummaryrefslogtreecommitdiffhomepage
path: root/pronto-eslint.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* rebrand to Pronto::ESLintNpmMarkus Doits2016-08-111-41/+0
|
* Use system eslint instead of eslintrbMarkus Doits2016-07-251-2/+0
| | | | | | | 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 Doits2016-07-251-0/+1
| | | | | | | | | 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.).
* Depend on newest versions of pronto and eslint (less strictly)Mindaugas Mozūras2016-03-141-4/+4
|
* Initial commitMindaugas Mozūras2016-02-281-0/+42