We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893e240 commit 4c75521Copy full SHA for 4c75521
package.json
@@ -42,8 +42,8 @@
42
"scripts": {
43
"prepare": "husky install",
44
"build": "rollup -c",
45
- "lint": "eslint . --ignore-pattern node_modules/",
46
- "lint:fix": "eslint . --fix --ignore-pattern node_modules/",
+ "lint": "eslint .",
+ "lint:fix": "eslint . --fix",
47
"test": "c8 mocha --loader=esmock tests --recursive",
48
"test:report": "c8 report -r=lcov",
49
"test:cli": "mocha --loader=esmock"
0 commit comments