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 0ea1362 commit e8f087eCopy full SHA for e8f087e
package.json
@@ -36,7 +36,8 @@
36
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
37
"test:watch": "react-scripts test --env=jsdom",
38
"release": "npm run test && npm run prepare && dotenv release-it",
39
- "lint": "eslint . --ext .js,.ts,.tsx"
+ "lint": "eslint . --ext .js,.ts,.tsx",
40
+ "format": "prettier --write {src,playground}"
41
},
42
"peerDependencies": {
43
"react": ">=16.0.0",
0 commit comments