Implement command 'text:lint:fix'

This commit is contained in:
Wolfgang Huß 2024-06-05 11:49:17 +02:00
parent 7bfff1d2a1
commit 6927753671

View File

@ -8,7 +8,9 @@
"scripts": {
"build": "vuepress build docs",
"dev": "vuepress dev docs",
"test": "textlint \"*.md\" \"docs/**/*.md\""
"test": "npm run test:lint",
"test:lint": "textlint \"*.md\" \"docs/**/*.md\"",
"test:lint:fix": "textlint \"*.md\" \"docs/**/*.md\" --fix"
},
"repository": {
"type": "git",