]> git.immae.eu Git - github/fretlink/pronto-hlint.git/log
github/fretlink/pronto-hlint.git
7 years agoAdd instructions into README about installing eslint
Markus Doits [Mon, 25 Jul 2016 14:06:39 +0000 (16:06 +0200)] 
Add instructions into README about installing eslint

7 years agoUse system eslint instead of eslintrb
Markus Doits [Mon, 25 Jul 2016 14:03:07 +0000 (16:03 +0200)] 
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.

7 years agoAdd a note about `.eslintignore` in README
Markus Doits [Mon, 25 Jul 2016 13:22:07 +0000 (15:22 +0200)] 
Add a note about `.eslintignore` in README

7 years agoRespect `.eslintignore`
Markus Doits [Mon, 25 Jul 2016 12:36:23 +0000 (14:36 +0200)] 
Respect `.eslintignore`

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.).

7 years agoBump version to 0.6.2
Mindaugas Mozūras [Fri, 24 Jun 2016 12:34:14 +0000 (13:34 +0100)] 
Bump version to 0.6.2

7 years agoMerge pull request #5 from firstbanco/add-js-es6-as-known-filetype
Mindaugas Mozūras [Fri, 24 Jun 2016 12:33:36 +0000 (13:33 +0100)] 
Merge pull request #5 from firstbanco/add-js-es6-as-known-filetype

Add .js.es6 as known filetype

7 years agoAdd .js.es6 as known filetype
Harry Lascelles [Wed, 22 Jun 2016 15:27:02 +0000 (16:27 +0100)] 
Add .js.es6 as known filetype

8 years agoBump version to 0.6.1
Mindaugas Mozūras [Mon, 11 Apr 2016 10:46:39 +0000 (13:46 +0300)] 
Bump version to 0.6.1

8 years agoMerge pull request #1 from doits/add-es6-suffix
Mindaugas Mozūras [Mon, 11 Apr 2016 10:45:28 +0000 (13:45 +0300)] 
Merge pull request #1 from doits/add-es6-suffix

WIP: add es6 suffix to lint

8 years agomodify spec to check for .es6 liniting
Markus Doits [Sun, 10 Apr 2016 19:37:18 +0000 (21:37 +0200)] 
modify spec to check for .es6 liniting

8 years agoadd es6 suffix to lint
Markus Doits [Sat, 9 Apr 2016 11:57:40 +0000 (13:57 +0200)] 
add es6 suffix to lint

8 years agoAdd ruby 2.3.0 to Travis CI Build
Mindaugas Mozūras [Sat, 26 Mar 2016 19:01:36 +0000 (21:01 +0200)] 
Add ruby 2.3.0 to Travis CI Build

8 years agoBump version to 0.6.0
Mindaugas Mozūras [Mon, 14 Mar 2016 21:08:20 +0000 (23:08 +0200)] 
Bump version to 0.6.0

8 years agoDepend on newest versions of pronto and eslint (less strictly)
Mindaugas Mozūras [Mon, 14 Mar 2016 21:08:08 +0000 (23:08 +0200)] 
Depend on newest versions of pronto and eslint (less strictly)

8 years agoFix Rubocop warning about freezing strings
Mindaugas Mozūras [Sun, 28 Feb 2016 15:53:42 +0000 (17:53 +0200)] 
Fix Rubocop warning about freezing strings

8 years agoImplement ESLint runner
Mindaugas Mozūras [Sun, 28 Feb 2016 15:50:43 +0000 (17:50 +0200)] 
Implement ESLint runner

8 years agoInitial commit
Mindaugas Mozūras [Sun, 28 Feb 2016 15:27:46 +0000 (17:27 +0200)] 
Initial commit