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 3ccd4e6 commit 6b540b2Copy full SHA for 6b540b2
package.json
@@ -12,8 +12,8 @@
12
"build": "webpack --env build",
13
"example": "webpack --env example",
14
"readme": "use-hooks-readme",
15
- "lint": "eslint src example",
16
- "lint:fix": "eslint src example --fix",
+ "lint": "eslint src example --ext .js*",
+ "lint:fix": "eslint src example --ext .js* --fix",
17
"prepublishOnly": "npm run build"
18
},
19
"repository": {
0 commit comments