Prettier settings
This commit is contained in:
parent
a2ee3564bc
commit
5eec7190d2
2 changed files with 12 additions and 0 deletions
6
.prettierignore
Normal file
6
.prettierignore
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
**/.git
|
||||||
|
**/node_modules
|
||||||
|
**/.vscode
|
||||||
|
**/public
|
||||||
|
**/static
|
||||||
|
**/scripts
|
6
.prettierrc
Normal file
6
.prettierrc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"tabWidth": 2,
|
||||||
|
"semi": false,
|
||||||
|
"singleQuote": true
|
||||||
|
}
|
Loading…
Reference in a new issue