Skip to content

Commit 12aca2d

Browse files
committed
chore(prettier): add config
1 parent 3d8db05 commit 12aca2d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

prettier.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
arrowParens: 'always',
3+
endOfLine: 'lf',
4+
printWidth: 120,
5+
singleQuote: true,
6+
tabWidth: 2,
7+
trailingComma: 'es5',
8+
useTabs: false,
9+
};

0 commit comments

Comments
 (0)