aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Respect `.eslintignore`Markus Doits2016-07-2520-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 linitingMarkus Doits2016-04-1110-3/+13
|
* Depend on newest versions of pronto and eslint (less strictly)Mindaugas Mozūras2016-03-141-2/+2
|
* Implement ESLint runnerMindaugas Mozūras2016-02-2826-0/+67
|
* Initial commitMindaugas Mozūras2016-02-281-0/+17