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 dc5dd85 commit 6c2353fCopy full SHA for 6c2353f
package.json
@@ -40,7 +40,7 @@
40
"clean": "rimraf lib dist es coverage",
41
"api-types": "api-extractor run --local",
42
"format": "prettier --write \"{src,test}/**/*.{js,ts,tsx}\" \"docs/**/*.md\"",
43
- "lint": "eslint src --ext ts,tsx,js test/utils test/components test/hooks",
+ "lint": "eslint src test",
44
"prepare": "yarn clean && yarn build",
45
"pretest": "yarn lint",
46
"test": "jest",
0 commit comments