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 02599cd commit afeaf80Copy full SHA for afeaf80
package.json
@@ -11,7 +11,7 @@
11
"clean": "rimraf dist",
12
"copy-styles": "node ./copy-styles.js",
13
"jest": "jest",
14
- "lint": "eslint sample/ src/ test/ --ext .jsx,.js",
+ "lint": "eslint sample src test --ext .jsx,.js",
15
"postinstall": "husky install",
16
"prepack": "yarn clean && yarn build",
17
"prettier": "prettier --check . --cache",
0 commit comments