aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate support for ruby 1.9.3Mindaugas Mozūras2016-08-112-2/+1
| | | | (cherry picked from commit 10fe57d01fe0b614dc8bcf747b82329a6e2a7548)
* fix spec for eslint >= 3Markus Doits2016-08-111-1/+1
|
* fix broke link in READMEMarkus Doits2016-08-111-1/+1
|
* rebrand to Pronto::ESLintNpmMarkus Doits2016-08-117-36/+30
|
* Call `.to_s` on pathname to fix error on ruby 1.9.3Markus Doits2016-07-251-1/+1
|
* escape file path before passing it to shellMarkus Doits2016-07-251-1/+1
|
* fix CI by installing eslintMarkus Doits2016-07-251-0/+2
|
* Add instructions into README about installing eslintMarkus Doits2016-07-251-2/+5
|
* Use system eslint instead of eslintrbMarkus Doits2016-07-256-32/+36
| | | | | | | 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.
* Add a note about `.eslintignore` in READMEMarkus Doits2016-07-251-1/+3
|
* Respect `.eslintignore`Markus Doits2016-07-2522-7/+69
| | | | | | | | | 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.).
* Bump version to 0.6.2Mindaugas Mozūras2016-06-241-1/+1
|
* Merge pull request #5 from firstbanco/add-js-es6-as-known-filetypeMindaugas Mozūras2016-06-241-1/+1
|\ | | | | Add .js.es6 as known filetype
| * Add .js.es6 as known filetypeHarry Lascelles2016-06-221-1/+1
|/
* Bump version to 0.6.1Mindaugas Mozūras2016-04-111-1/+1
|
* Merge pull request #1 from doits/add-es6-suffixMindaugas Mozūras2016-04-1111-4/+14
|\ | | | | WIP: add es6 suffix to lint
| * modify spec to check for .es6 linitingMarkus Doits2016-04-1110-3/+13
| |
| * add es6 suffix to lintMarkus Doits2016-04-091-1/+1
|/
* Add ruby 2.3.0 to Travis CI BuildMindaugas Mozūras2016-03-261-0/+1
|
* Bump version to 0.6.0Mindaugas Mozūras2016-03-141-1/+1
|
* Depend on newest versions of pronto and eslint (less strictly)Mindaugas Mozūras2016-03-143-10/+10
|
* Fix Rubocop warning about freezing stringsMindaugas Mozūras2016-02-281-1/+1
|
* Implement ESLint runnerMindaugas Mozūras2016-02-2828-0/+108
|
* Initial commitMindaugas Mozūras2016-02-289-0/+132