artnet-dmx
Version:
Art-Net DMX controller library
24 lines • 652 B
JSON
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"javascript.format.semicolons": "insert",
"typescript.format.semicolons": "insert",
"html.format.wrapLineLength": 0,
"html.completion.attributeDefaultValue": "doublequotes",
"[scss]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
},
"scss.lint.unknownAtRules": "ignore",
"editor.wordWrap": "off",
"cSpell.ignoreWords": [
"Artnet",
],
"search.exclude": {
"/dist": true,
"/node_modules": true,
}
}