parent
aa26be4186
commit
ea80136db3
@ -1,4 +1,4 @@
|
||||
{
|
||||
"**/*.{mjs,css,json,prettierrc,lintstagedrc}": ["prettier --write"],
|
||||
"./docs/*.md": ["markdownlint-cli --fix ./docs"]
|
||||
"./docs/*.md": ["markdownlint --fix ./docs"]
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
"build": "node scripts/build.mjs",
|
||||
"start": "node scripts/watch.mjs",
|
||||
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",
|
||||
"markdownlint": "markdownlint-cli --fix ./docs"
|
||||
"markdownlint": "markdownlint --fix ./docs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user