Skip to content

Commit

Permalink
fix: update markdown lint fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGross committed Jan 8, 2025
1 parent 678dec3 commit e30919c
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 @@ -15,7 +15,7 @@
"lint:js": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --max-warnings 0 --cache --cache-location \".cache/eslint/\"",
"lint:js:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:markdown": "markdownlint-cli2",
"lint:markdown:fix": "markdownlint-cli2-fix",
"lint:markdown:fix": "markdownlint-cli2 --fix \"**/*.md'\"",
"lint:scss": "stylelint \"./src/**/*.scss\"",
"lint:scss:fix": "stylelint --fix \"./src/**/*.scss\"",
"lint": "yarn lint:js && yarn lint:scss && yarn lint:markdown",
Expand Down

0 comments on commit e30919c

Please sign in to comment.