mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 09:48:42 +00:00
27 lines
501 B
Plaintext
27 lines
501 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 150,
|
|
"bracketSpacing": false,
|
|
"endOfLine": "lf",
|
|
"tabWidth": 4,
|
|
"importOrder": [
|
|
"",
|
|
"<TYPES>^(node:)",
|
|
"",
|
|
"<TYPES>",
|
|
"",
|
|
"<TYPES>^[.]",
|
|
"",
|
|
"<BUILTIN_MODULES>",
|
|
"",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"",
|
|
"^zigbee",
|
|
"",
|
|
"^[.]"
|
|
],
|
|
"plugins": ["@ianvs/prettier-plugin-sort-imports"]
|
|
}
|