Skip to content

Commit 348b34d

Browse files
committed
Ignore node_modules when linting
1 parent ab7d3de commit 348b34d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"scripts": {
5454
"test": "jest",
5555
"build": "doctoc . --github --title '<h1>Table of Contents</h1>'; babel src --out-dir lib;",
56-
"lint": "eslint .",
57-
"lint:fix": "eslint --fix ."
56+
"lint": "eslint --ignore-path .gitignore .",
57+
"lint:fix": "eslint --ignore-path .gitignore --fix ."
5858
},
5959
"jest": {
6060
"setupTestFrameworkScriptFile": "<rootDir>test/setup.js",

0 commit comments

Comments
 (0)