Ignore node_modules when eslint

This commit is contained in:
AkiraFukushima 2019-07-08 22:40:31 +09:00
parent 927a601b1c
commit aee7656906
1 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,2 @@
test/unit/coverage/**
test/unit/*.js
test/e2e/*.js
node_modules/*
dist/*