Skip to content

Commit

Permalink
Revert "chore: markdownlint autofix on commit (eslint#15783)"
Browse files Browse the repository at this point in the history
This reverts commit 01ea32f.
  • Loading branch information
srijan-deepsource committed May 30, 2022
1 parent b0984ef commit e22cc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
},
"lint-staged": {
"*.js": "eslint --fix",
"*.md": "markdownlint --fix"
"*.md": "markdownlint"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit e22cc86

Please sign in to comment.