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 4a7ca0c commit 6756050Copy full SHA for 6756050
examples/custom-hooks/README.md
@@ -3,4 +3,4 @@
3
To run this example:
4
5
- `npm install` or `yarn`
6
-- `npm run start` or `yarn start`
+- `npm start` or `yarn start`
examples/custom-hooks/package.json
@@ -20,7 +20,8 @@
20
"@rescripts/cli": "^0.0.11",
21
"@rescripts/rescript-use-babel-config": "^0.0.8",
22
"@rescripts/rescript-use-eslint-config": "^0.0.9",
23
- "babel-eslint": "10.0.1"
+ "babel-eslint": "10.0.1",
24
+ "eslint-config-prettier": "^6.12.0"
25
},
26
"browserslist": {
27
"production": [
0 commit comments