Skip to content

Commit

Permalink
chore: dont check md files
Browse files Browse the repository at this point in the history
  • Loading branch information
botoxparty committed Nov 10, 2021
1 parent 62ac36e commit 471397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"client": "yarn workspace client",
"server": "yarn workspace server",
"precommit": "lint-staged",
"format": "prettier --check \"**/*.{css,js,jsx,json,md,ts,tsx,yml}\"",
"format": "prettier --check \"**/*.{css,js,jsx,json,ts,tsx,yml}\"",
"lint": "eslint packages",
"lint:fix": "eslint packages --fix",
"prettier": "prettier --write \"**/*.{css,js,jsx,json,md,ts,tsx,yml}\"",
Expand Down

0 comments on commit 471397a

Please sign in to comment.