Skip to content

Commit

Permalink
chore: remove a redundant rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 13, 2023
1 parent b067e01 commit b28c936
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,24 +116,7 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [
0,
"always",
"Infinity"
],
"footer-max-line-length": [
0,
"always",
"Infinity"
],
"scope-case": [
2,
"never",
"upper-case"
]
}
]
},
"prettier": "@readme/eslint-config/prettier"
}

0 comments on commit b28c936

Please sign in to comment.