Skip to content

Commit

Permalink
corresponding updates for linting
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Gidh <[email protected]>
  • Loading branch information
adigidh committed Sep 30, 2024
1 parent 9b37f22 commit f355e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit f355e28

Please sign in to comment.