We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7d3de commit 348b34dCopy full SHA for 348b34d
1 file changed
package.json
@@ -53,8 +53,8 @@
53
"scripts": {
54
"test": "jest",
55
"build": "doctoc . --github --title '<h1>Table of Contents</h1>'; babel src --out-dir lib;",
56
- "lint": "eslint .",
57
- "lint:fix": "eslint --fix ."
+ "lint": "eslint --ignore-path .gitignore .",
+ "lint:fix": "eslint --ignore-path .gitignore --fix ."
58
},
59
"jest": {
60
"setupTestFrameworkScriptFile": "<rootDir>test/setup.js",
0 commit comments