]> git.immae.eu Git - github/fretlink/pronto-hlint.git/commit
Use system eslint instead of eslintrb
authorMarkus Doits <markus.doits@stellenticket.de>
Mon, 25 Jul 2016 14:03:07 +0000 (16:03 +0200)
committerMarkus Doits <markus.doits@stellenticket.de>
Mon, 25 Jul 2016 14:03:07 +0000 (16:03 +0200)
commit295096252547f3abb76788fbadf0ce059e74f2cc
tree3694ebac61dadfc16e1103c4b9e2882ac203b519
parent676cea90d963dc89ca9a9a38625fc7cd1cf3b5bc
Use system eslint instead of eslintrb

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.
lib/pronto/eslint.rb
pronto-eslint.gemspec
spec/fixtures/eslintignore.git/.eslintrc [new file with mode: 0644]
spec/fixtures/test.git/.eslintrc [new file with mode: 0644]
spec/fixtures/test.git/hello.js
spec/pronto/eslint_spec.rb