Merge pull request #167 from tmickel/feature/eslintignore

Ignore compiled files in eslint
This commit is contained in:
Tim Mickel 2016-04-06 13:36:20 -04:00
commit 7ed228aa89

2
.eslintignore Normal file
View file

@ -0,0 +1,2 @@
*_compressed_*.js
*_uncompressed_*.js