Skip to content

Commit 2c1e137

Browse files
committed
Fix prettier paths in package.json
1 parent 6a15f5c commit 2c1e137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"doc": "doc"
88
},
99
"scripts": {
10-
"format": "prettier --write \"app/**/*.js\" \"app/**/*.jsx\"",
10+
"format": "prettier --write \"examples/**/*.{js,jsx}\" \"lib/jslib-unit/**/*.js\" \"lib/react-imgui-reconciler/**/*.js\"",
1111
"test": "echo \"Error: no test specified\" && exit 1"
1212
},
1313
"keywords": [],

0 commit comments

Comments
 (0)