Set semi to false in .prettierrc
This commit is contained in:
parent
070a830eaa
commit
3bd7c00038
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"trailingComma": "es5",
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"singleQuote": false,
|
||||
"printWidth": 100
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue