add node_modules to our eslintignore settings

This commit is contained in:
Mike Greiling 2016-12-14 10:08:12 -06:00
parent b70b962892
commit 53fb5a7f24
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/coverage/
/coverage-javascript/
/node_modules/
/public/
/tmp/
/vendor/