Skip to content

Commit e15b920

Browse files
committed
format
1 parent c20c58b commit e15b920

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2024-10-02] [format](https://github.com/RubricLab/config/commit/7faf99293ab87383fc4a53ad9bc6d0bb7c12d203)
12
- [2024-10-01] [bump](https://github.com/RubricLab/config/commit/8e6f1f2e8effd6a4b21696a30e05b2a931220a13)
23
- [2024-10-01] [bump config](https://github.com/RubricLab/config/commit/dde8d044e16b98baf4674756f2dc798684807c25)
34
- [2024-10-01] [latest deps](https://github.com/RubricLab/config/commit/5759ad02dd20013b91318ae1e95d1ce40ca26b2c)

biome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"rules": {
2424
"recommended": true,
2525
"suspicious": {
26-
"noArrayIndexKey":"off"
26+
"noArrayIndexKey": "off"
2727
},
2828
"nursery": {
2929
"useSortedClasses": "error"

package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"name": "@rubriclab/config",
3-
"version": "0.0.9",
4-
"exports": {
5-
"./biome": "./biome.json",
6-
"./tsconfig": "./tsconfig.json",
7-
"./postcss": "./postcss.cjs",
8-
"./tailwind": "./tailwind.ts"
9-
},
10-
"peerDependencies": {
11-
"@biomejs/biome": "latest"
12-
},
13-
"dependencies": {
14-
"@rubriclab/package": "*"
15-
},
16-
"simple-git-hooks": {
17-
"post-commit": "bun run rubriclab-postcommit"
18-
},
19-
"scripts": {
20-
"prepare": "bunx simple-git-hooks",
21-
"bleed": "bun x npm-check-updates -u && bun i",
22-
"format": "bun x biome format --write .",
23-
"lint": "bun x biome check .",
24-
"lint:fix": "bun x biome lint .",
25-
"clean": "rm -rf .next && rm -rf node_modules"
26-
}
2+
"name": "@rubriclab/config",
3+
"version": "0.0.10",
4+
"exports": {
5+
"./biome": "./biome.json",
6+
"./tsconfig": "./tsconfig.json",
7+
"./postcss": "./postcss.cjs",
8+
"./tailwind": "./tailwind.ts"
9+
},
10+
"peerDependencies": {
11+
"@biomejs/biome": "latest"
12+
},
13+
"dependencies": {
14+
"@rubriclab/package": "*"
15+
},
16+
"simple-git-hooks": {
17+
"post-commit": "bun run rubriclab-postcommit"
18+
},
19+
"scripts": {
20+
"prepare": "bunx simple-git-hooks",
21+
"bleed": "bun x npm-check-updates -u && bun i",
22+
"format": "bun x biome format --write .",
23+
"lint": "bun x biome check .",
24+
"lint:fix": "bun x biome lint .",
25+
"clean": "rm -rf .next && rm -rf node_modules"
26+
}
2727
}

0 commit comments

Comments
 (0)