We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8db05 commit 12aca2dCopy full SHA for 12aca2d
prettier.config.js
@@ -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