Skip to content

Commit e370435

Browse files
committed
Create prettierrc.js
1 parent 5b18364 commit e370435

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.prettierrc.js

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
// Change your rules accordingly to your coding style preferences.
3+
// https://prettier.io/docs/en/options.html
4+
semi: true,
5+
trailingComma: 'es5',
6+
singleQuote: true,
7+
printWidth: 80,
8+
tabWidth: 2,
9+
useTabs: false,
10+
jsxBracketSameLine: true,
11+
bracketSpacing: true
12+
}

0 commit comments

Comments
 (0)