Skip to content

Commit

Permalink
ci: add prettierc.js, fix package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
KateKate committed Dec 27, 2023
1 parent 16f7ed0 commit 1ca0bb4
Show file tree
Hide file tree
Showing 3 changed files with 8,015 additions and 14,483 deletions.
12 changes: 12 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
parser: 'typescript',
arrowParens: 'always',
printWidth: 120,
bracketSameLine: false,
jsxSingleQuote: false,
endOfLine: 'auto',
semi: true,
singleQuote: true,
tabWidth: 4,
trailingComma: 'all',
};
Loading

0 comments on commit 1ca0bb4

Please sign in to comment.