Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 35382ef

Browse files
committed
Add
1 parent 3c7349c commit 35382ef

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.markdownlint.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"MD007": {
3-
"indent": 4
4-
},
5-
"line-length": false,
6-
"no-inline-html": false,
7-
"MD026": false
2+
"MD007": {
3+
"indent": 4
4+
},
5+
"line-length": false,
6+
"no-inline-html": false,
7+
"MD026": false
88
}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"directories": {},
88
"scripts": {
99
"preinstall": "npx only-allow pnpm",
10-
"format": "biome format --write ./src/js ./src/css ./src/*.html",
11-
"test:biome": "biome check ./src/js ./src/css ./src/*.html",
10+
"format": "biome format --write ./src/js ./src/css ./src/*.html .*.json *.json",
11+
"test:biome_lint": "biome check ./src/js ./src/css ./src/*.html",
12+
"test:biome_format": "biome format ./src/js ./src/css ./src/*.html .*.json *.json",
1213
"test:md": "markdownlint *.md",
13-
"test": "run-s test:biome test:md",
14+
"test": "run-s test:biome_lint test:biome_format test:md",
1415
"build": "bash sync_modules.sh"
1516
},
1617
"repository": {

0 commit comments

Comments
 (0)