File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ - [ 2024-10-03] [ mod lint script] ( https://github.com/RubricLab/config/commit/d4d0926fbef0a53550cea00b96e39786e04d067f )
1
2
- [ 2024-10-03] [ gitignore turbo, format] ( https://github.com/RubricLab/config/commit/eeef6fbfd4eb0b641ce75d105891538863a75420 )
2
3
- [ 2024-10-02] [ format] ( https://github.com/RubricLab/config/commit/7faf99293ab87383fc4a53ad9bc6d0bb7c12d203 )
3
4
- [ 2024-10-01] [ bump] ( https://github.com/RubricLab/config/commit/8e6f1f2e8effd6a4b21696a30e05b2a931220a13 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rubriclab/config" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"exports" : {
5
5
"./biome" : " ./biome.json" ,
6
6
"./tsconfig" : " ./tsconfig.json" ,
20
20
"prepare" : " bunx simple-git-hooks" ,
21
21
"bleed" : " bun x npm-check-updates -u && bun i" ,
22
22
"format" : " bun x biome format --write ." ,
23
- "lint" : " bun x biome check ." ,
24
- "lint:fix" : " bun x biome lint ." ,
23
+ "lint" : " bun x biome check . && bun x biome lint . " ,
24
+ "lint:fix" : " bun x biome check --fix --unsafe . && bun x biome lint --write --unsafe ." ,
25
25
"clean" : " rm -rf .next && rm -rf node_modules"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments