Skip to content

Commit

Permalink
Configure eslint ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
que-etc committed Dec 16, 2016
1 parent edc873c commit 58a94a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules
/dist
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/node_modules
/tmp
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"jsnext:main": "dist/ResizeObserver.es.js",
"module": "dist/ResizeObserver.es.js",
"scripts": {
"test:lint": "eslint **/*.js --ignore-pattern dist/*",
"test:lint": "eslint **/*.js",
"test:spec": "karma start",
"test:spec:custom": "karma start --mode custom",
"test:spec:native": "karma start --mode custom --native",
Expand Down

0 comments on commit 58a94a8

Please sign in to comment.