Skip to content

Commit 2a932bf

Browse files
committed
chore: rename prettier config file
1 parent 038e849 commit 2a932bf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.prettierrc.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

prettier.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
export default {
2+
arrowParens: 'always',
3+
bracketSameLine: true,
4+
bracketSpacing: true,
5+
printWidth: 100,
6+
useTabs: false,
7+
tabWidth: 2,
8+
trailingComma: 'es5',
9+
singleQuote: true,
10+
semi: false,
11+
quoteProps: 'consistent',
12+
}

0 commit comments

Comments
 (0)