mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
Use semi: false for prettier config
This commit is contained in:
parent
a9523dd39b
commit
87144fca21
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
|||
"printWidth": 100,
|
||||
"quoteProps": "as-needed",
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2
|
||||
"tabWidth": 2,
|
||||
"semi": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue