mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +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,
|
"printWidth": 100,
|
||||||
"quoteProps": "as-needed",
|
"quoteProps": "as-needed",
|
||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"tabWidth": 2
|
"tabWidth": 2,
|
||||||
|
"semi": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue