Use semi: false for prettier config
This commit is contained in:
parent
a9523dd39b
commit
87144fca21
@ -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 New Issue
Block a user