diff --git a/frontend/package.json b/frontend/package.json index 3f7500d5..cdf3bbdc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -59,8 +59,8 @@ "coverage": "react-scripts test -env=jsdom --watchAll=false --coverage", "eject": "react-scripts eject", "dev": "concurrently -k -n COMPILER,NODEMON -c yellow,blue \"tsc -w\" \"nodemon -w dist -q dist/index.js\"", - "lint": "markdownlint-cli2 '../docs/*.md' '!node_modules'", - "lint:fix": "markdownlint-cli2-fix '../docs/*.md' '!node_modules'" + "lint": "markdownlint-cli2 '../docs/*.md' --config '../.markdownlint.yml' '!node_modules' '!../.markdownlint.yml'", + "lint:fix": "markdownlint-cli2-fix '../docs/*.md' --config '../.markdownlint.yml' '!node_modules' '!../.markdownlint.yml'" }, "eslintConfig": { "extends": [