mirror of
https://github.com/vacp2p/roadmap.git
synced 2026-01-07 14:53:56 -05:00
Use semi: false for prettier config
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
"printWidth": 100,
|
||||
"quoteProps": "as-needed",
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2
|
||||
"tabWidth": 2,
|
||||
"semi": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user