aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/pronto
Commit message (Collapse)AuthorAgeFilesLines
* fix spec for eslint >= 3Markus Doits2016-08-111-1/+1
|
* rebrand to Pronto::ESLintNpmMarkus Doits2016-08-111-2/+2
|
* Use system eslint instead of eslintrbMarkus Doits2016-07-251-6/+6
| | | | | | | 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/+9
| | | | | | | | | 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-111-2/+2
|
* Depend on newest versions of pronto and eslint (less strictly)Mindaugas Mozūras2016-03-141-2/+2
|
* Implement ESLint runnerMindaugas Mozūras2016-02-281-0/+30