Skip to content

Commit 5a2c443

Browse files
chore: configura regras do prettier
1 parent b70a941 commit 5a2c443

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.prettierrc.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
module.exports = {
2-
arrowParens: 'avoid',
3-
bracketSameLine: true,
4-
bracketSpacing: false,
2+
arrowParens: 'always',
3+
bracketSameLine: false,
4+
bracketSpacing: true,
55
singleQuote: true,
66
trailingComma: 'all',
7+
endOfLine: 'lf',
8+
singleAttributePerLine: true,
9+
printWidth: 80,
10+
tabWidth: 2,
11+
useTabs: false,
12+
semi: true,
13+
jsxSingleQuote: true,
714
};

0 commit comments

Comments
 (0)