Skip to content

Commit c06dc73

Browse files
committed
chore: update scripts
1 parent 19a4faa commit c06dc73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"main": "lib/index.js",
2727
"scripts": {
2828
"prepare": "husky install",
29-
"lint": "eslint .",
30-
"lint:fix": "eslint . --fix",
29+
"lint": "eslint . --ignore-pattern node_modules/",
30+
"lint:fix": "eslint . --fix --ignore-pattern node_modules/",
3131
"test": "mocha tests --recursive"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)