Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee6e4d1

Browse files
committedApr 4, 2025··
fix lint
1 parent 8bde634 commit ee6e4d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
4-
"ignore": [".vscode/", "dist", "node_modules", "coverage", "yarn.config.cjs", "vitest.config.mts"]
4+
"ignore": [".vscode/", "dist", "node_modules", "coverage", "yarn.config.cjs", "vitest.config.mts", "package.json"]
55
},
66
"formatter": {
77
"enabled": true,

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build:docs": "typedoc",
3636
"format": "biome format",
3737
"format:fix": "biome format --write",
38-
"lint": "yarn lint:biome && yarn lint:constraints && yarn lint:dependencies --check && yarn lint:changelog",
38+
"lint": "yarn lint:biome && yarn format && yarn lint:constraints && yarn lint:dependencies --check && yarn lint:changelog",
3939
"lint:changelog": "auto-changelog validate --prettier",
4040
"lint:constraints": "yarn constraints",
4141
"lint:dependencies": "depcheck && yarn dedupe",

0 commit comments

Comments
 (0)
Please sign in to comment.