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 6a15f5c commit 2c1e137Copy full SHA for 2c1e137
package.json
@@ -7,7 +7,7 @@
7
"doc": "doc"
8
},
9
"scripts": {
10
- "format": "prettier --write \"app/**/*.js\" \"app/**/*.jsx\"",
+ "format": "prettier --write \"examples/**/*.{js,jsx}\" \"lib/jslib-unit/**/*.js\" \"lib/react-imgui-reconciler/**/*.js\"",
11
"test": "echo \"Error: no test specified\" && exit 1"
12
13
"keywords": [],
0 commit comments