10 lines
285 B
Text
10 lines
285 B
Text
{
|
|
"trailingComma": "es5",
|
|
"printWidth": 90,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
|
|
"importOrder": ["<BUILTIN_MODULES>", "<THIRD_PARTY_MODULES>", "", "^[./]"],
|
|
"importOrderTypeScriptVersion": "6.0.3"
|
|
}
|