File tree Expand file tree Collapse file tree 5 files changed +373
-312
lines changed Expand file tree Collapse file tree 5 files changed +373
-312
lines changed Original file line number Diff line number Diff line change 1414 "quoteStyle" : " single"
1515 }
1616 },
17+ "css" : {
18+ "formatter" : {
19+ "enabled" : true ,
20+ "indentStyle" : " space"
21+ }
22+ },
1723 "linter" : {
1824 "enabled" : true ,
1925 "rules" : {
Original file line number Diff line number Diff line change 1414 "main" : " ./dist/index.js" ,
1515 "module" : " ./dist/index.mjs" ,
1616 "types" : " ./dist/index.d.ts" ,
17- "files" : [" dist" ],
17+ "files" : [
18+ " dist"
19+ ],
1820 "scripts" : {
19- "build" : " rslib build" ,
21+ "build" : " rslib build" ,
2022 "dev" : " rslib build --watch" ,
2123 "lint" : " biome check ." ,
2224 "lint:write" : " biome check . --write" ,
2325 "prepare" : " simple-git-hooks && npm run build" ,
2426 "test" : " playwright test" ,
25- "bump" : " npx bumpp"
27+ "bump" : " npx bumpp"
2628 },
2729 "simple-git-hooks" : {
2830 "pre-commit" : " npx nano-staged"
3234 " biome check --write --no-errors-on-unmatched"
3335 ]
3436 },
35- "dependencies" : {
36- "css-minimizer-webpack-plugin" : " 5 .0.1 " ,
37- "reduce-configs" : " ^1.1.1"
38- },
37+ "dependencies" : {
38+ "css-minimizer-webpack-plugin" : " 7 .0.2 " ,
39+ "reduce-configs" : " ^1.1.1"
40+ },
3941 "devDependencies" : {
4042 "@biomejs/biome" : " ^1.9.4" ,
4143 "@playwright/test" : " ^1.56.1" ,
You can’t perform that action at this time.
0 commit comments