zigbee-herdsman
Version:
An open source ZigBee gateway solution with node.js.
27 lines (26 loc) • 501 B
Plain Text
{
"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"]
}