Skip to content

Commit

Permalink
chore: update prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Jul 21, 2023
1 parent b4dac7d commit be5a45a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use strict";

module.exports = {
parser: "typescript",
printWidth: 100,
tabWidth: 2,
useTabs: false,
Expand All @@ -12,6 +11,6 @@ module.exports = {
trailingComma: "es5",
bracketSpacing: true,
bracketSameLine: false,
arrowParens: "avoid",
arrowParens: "always",
endOfLine: "lf",
};

0 comments on commit be5a45a

Please sign in to comment.