File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,5 @@ typesversions
25
25
26
26
tsconfig.vitest-temp.json
27
27
.eslintcache
28
+
29
+ ** /* /**
Original file line number Diff line number Diff line change 52
52
"jest-snapshot" : " 29.3.1"
53
53
},
54
54
"scripts" : {
55
- "format" : " prettier --write . '!**/*/**' --config prettier.config.mjs --cache --cache-strategy content" ,
56
- "format:check" : " prettier --check . '!**/*/**' --config prettier.config.mjs" ,
55
+ "format" : " prettier --write . --config prettier.config.mjs --cache --cache-strategy content" ,
56
+ "format:check" : " prettier --check . --config prettier.config.mjs" ,
57
57
"lint" : " eslint . --config eslint.config.mjs --cache --cache-strategy content" ,
58
58
"lint:fix" : " eslint --fix . --config eslint.config.mjs" ,
59
59
"build" : " yarn build:packages" ,
You can’t perform that action at this time.
0 commit comments