Skip to content

Commit f86583b

Browse files
committed
refactor: clarity
1 parent 25b1d1e commit f86583b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"*.md": "markdownlint -c .config/.markdown-lint.yml --fix",
2+
"*.md": "markdownlint --config .config/.markdown-lint.yml --fix",
33
"*.{js,ts,tsx,jsx,mjs,cjs}": "npm run lint:xo -- --fix"
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"codestyle": "prettier . --write",
5353
"dev": "microbundle watch",
5454
"lint": "npm-run-all --parallel lint:*",
55-
"lint:markdownlint": "markdownlint -c .config/.markdown-lint.yml **/*.md",
55+
"lint:markdownlint": "markdownlint --config .config/.markdown-lint.yml **/*.md",
5656
"lint:package": "publint",
5757
"lint:xo": "xo",
5858
"postbuild": "cp dist/index.d.ts dist/index.d.cts",

0 commit comments

Comments
 (0)