Add .prettierrc file
Add a `.prettierrc` file to help synchronise the settings for the VSCode Prettier extension.
This commit is contained in:
parent
95dd4f7474
commit
c2e34ff4e3
8
.prettierrc
Normal file
8
.prettierrc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"tabWidth": 2,
|
||||||
|
"useTabs": false,
|
||||||
|
"singleQuote": true,
|
||||||
|
"semi": true,
|
||||||
|
"bracketSpacing": false,
|
||||||
|
"arrowParens": "always"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user