mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
set trailing trailingComma to none
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"trailingComma": "es5",
|
"parser": "typescript",
|
||||||
"printWidth": 80,
|
"printWidth": 80,
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"parser": "typescript",
|
"trailingComma": "none",
|
||||||
"quoteProps": "consistent"
|
"quoteProps": "consistent"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user