diff --git a/package.json b/package.json index be0bed0..10dcc6d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ ], "scripts": { "report": "lighthouse http://127.0.0.1:4000", - "lint": "npx prettier --write ." + "lint": "npx prettier --write .", + "lint:md": "npx prettier --config .prettierrc.js --write '**/*.md'", + "lint:fix": "sh ./lint-fix.sh" }, "repository": { "type": "git",