mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +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"]
|
|
}
|