mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
|
{
|
||
|
"trailingComma": "es5",
|
||
|
"singleQuote": false,
|
||
|
"semi": true,
|
||
|
"printWidth": 80,
|
||
|
"importOrder": ["^[~]", "^[./]"],
|
||
|
"importOrderSortSpecifiers": true,
|
||
|
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"]
|
||
|
}
|