Tests for Member.jsx
This commit is contained in:
parent
cc1c3285b0
commit
f2303fb70c
15 changed files with 4428 additions and 10535 deletions
15
.prettierrc
Normal file
15
.prettierrc
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"arrowParens": "avoid",
|
||||
"bracketSpacing": true,
|
||||
"insertPragma": false,
|
||||
"jsxBracketSameLine": true,
|
||||
"parser": "babylon",
|
||||
"printWidth": 120,
|
||||
"proseWrap": "preserve",
|
||||
"requirePragma": false,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "none",
|
||||
"useTabs": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue