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
2525
2626tsconfig.vitest-temp.json
2727.eslintcache
28+
29+ ** /* /**
Original file line number Diff line number Diff line change 5252 "jest-snapshot" : " 29.3.1"
5353 },
5454 "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" ,
5757 "lint" : " eslint . --config eslint.config.mjs --cache --cache-strategy content" ,
5858 "lint:fix" : " eslint --fix . --config eslint.config.mjs" ,
5959 "build" : " yarn build:packages" ,
You can’t perform that action at this time.
0 commit comments