Skip to content

Commit 4c75521

Browse files
committed
chore: update lint script
1 parent 893e240 commit 4c75521

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
@@ -42,8 +42,8 @@
4242
"scripts": {
4343
"prepare": "husky install",
4444
"build": "rollup -c",
45-
"lint": "eslint . --ignore-pattern node_modules/",
46-
"lint:fix": "eslint . --fix --ignore-pattern node_modules/",
45+
"lint": "eslint .",
46+
"lint:fix": "eslint . --fix",
4747
"test": "c8 mocha --loader=esmock tests --recursive",
4848
"test:report": "c8 report -r=lcov",
4949
"test:cli": "mocha --loader=esmock"

0 commit comments

Comments
 (0)