Skip to content

Commit

Permalink
feat: more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Apr 21, 2024
1 parent 7a7ff84 commit 00a11c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/configs/formatters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,20 @@ export async function formatters(
),

"no-irregular-whitespace": "off",
// "style/lines-around-comment": "off",
"style/max-len": "off",
"style/no-confusing-arrow": "off",
"style/no-mixed-operators": "off",
"style/no-tabs": "off",
"style/quotes": "off",
// "style/js/lines-around-comment": "off",
// "style/js/max-len": "off",
"style/js/no-confusing-arrow": "off",
"style/js/no-mixed-operators": "off",
"style/js/no-tabs": "off",
"style/js/quotes": "off",
// "style/ts/lines-around-comment": "off",
"style/ts/quotes": "off",

// From https://github.com/prettier/eslint-config-prettier/pull/272
"style/array-bracket-newline": "off",
Expand Down

0 comments on commit 00a11c7

Please sign in to comment.