lint gulpfile, add eslint config and ignore file for those that using eslint

This commit is contained in:
Lukas Juhas 2017-11-21 17:55:18 +00:00
parent 4296b41faf
commit fa5afe879e
3 changed files with 135 additions and 95 deletions

2
.eslintignore Normal file
View file

@ -0,0 +1,2 @@
js/**/*.js
node_modules/**/*.js