aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto
Commit message (Collapse)AuthorAgeFilesLines
* correct name according to recommended use of `_` and `-`Markus Doits2016-08-112-0/+0
| | | | http://guides.rubygems.org/name-your-gem/
* refactor source code a little bitMarkus Doits2016-08-111-15/+28
|
* actually include something in the gem ;-)Markus Doits2016-08-111-1/+1
|
* rebrand to Pronto::ESLintNpmMarkus Doits2016-08-113-6/+6
|
* 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
|
* Use system eslint instead of eslintrbMarkus Doits2016-07-251-24/+14
| | | | | | | 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-1/+21
| | | | | | | | | 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
|
* Add .js.es6 as known filetypeHarry Lascelles2016-06-221-1/+1
|
* Bump version to 0.6.1Mindaugas Mozūras2016-04-111-1/+1
|
* add es6 suffix to lintMarkus Doits2016-04-091-1/+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-141-4/+4
|
* Fix Rubocop warning about freezing stringsMindaugas Mozūras2016-02-281-1/+1
|
* Implement ESLint runnerMindaugas Mozūras2016-02-282-0/+41