ad5e0815b6
Basically the same, except it plays nicer with Typescript and ESM. I have it mostly working, except for a type error: `TypeError: Int32Array is not a constructor` But I'm too damn tired it debug it at the moment.
21 lines
492 B
JSON
21 lines
492 B
JSON
{
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"eslint.format.enable": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features",
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true
|
|
},
|
|
"cSpell.words": [
|
|
"Baseclass",
|
|
"IIIA",
|
|
"medkit",
|
|
"Superfors",
|
|
"ULACH"
|
|
]
|
|
}
|