We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5139fee commit cb7187dCopy full SHA for cb7187d
.eslintignore
@@ -1,2 +1,5 @@
1
# Compiled by webpack
2
test/output
3
+
4
+# Fake node_modules folder for tests
5
+test/node_modules
package.json
@@ -13,7 +13,7 @@
13
"test-watch": "webpack --config test/watch/webpack.config.js",
14
"test-extract-text": "webpack --config test/extractText/webpack.config.js",
15
"test-hmr": "webpack-dev-server --config test/hmr/webpack.config.js --content-base ./test/hmr --hot --inline",
16
- "lint": "eslint --ignore-path .gitignore lib test",
+ "lint": "eslint lib test",
17
"appveyor:test": "npm test"
18
},
19
"keywords": [
0 commit comments