Skip to content

Commit

Permalink
disable 80 character line formatting rule, which is taken care by pre…
Browse files Browse the repository at this point in the history
…ttier
  • Loading branch information
shaavan committed Oct 22, 2024
1 parent e0dae86 commit 9eb96f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"default": true,
"MD013": false
}
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "always"
}
}

0 comments on commit 9eb96f9

Please sign in to comment.