FIX: prettier formatting (#1395)
* prettier * depreceation warning, and reformatting with new prettier verison
This commit is contained in:
parent
e106ec3e9c
commit
2976168387
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"trailingComma": "none",
|
"trailingComma": "none",
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"jsxBracketSameLine": false,
|
"bracketSameLine": false,
|
||||||
"bracketSpacing": false
|
"bracketSpacing": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue