Skip to content

Commit 1bbbda1

Browse files
committed
mod lint script
1 parent d503b08 commit 1bbbda1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2024-10-03] [mod lint script](https://github.com/RubricLab/config/commit/d4d0926fbef0a53550cea00b96e39786e04d067f)
12
- [2024-10-03] [gitignore turbo, format](https://github.com/RubricLab/config/commit/eeef6fbfd4eb0b641ce75d105891538863a75420)
23
- [2024-10-02] [format](https://github.com/RubricLab/config/commit/7faf99293ab87383fc4a53ad9bc6d0bb7c12d203)
34
- [2024-10-01] [bump](https://github.com/RubricLab/config/commit/8e6f1f2e8effd6a4b21696a30e05b2a931220a13)

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rubriclab/config",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"exports": {
55
"./biome": "./biome.json",
66
"./tsconfig": "./tsconfig.json",
@@ -20,8 +20,8 @@
2020
"prepare": "bunx simple-git-hooks",
2121
"bleed": "bun x npm-check-updates -u && bun i",
2222
"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 .",
2525
"clean": "rm -rf .next && rm -rf node_modules"
2626
}
2727
}

0 commit comments

Comments
 (0)