{ "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 120, "attributePosition": "auto" }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noConfusingVoidType": "off", "noExplicitAny": "off" }, "complexity": { "noBannedTypes": "off" } } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": { "level": "on", "options": { "groups": [ [":BUN:", ":NODE:"], ":BLANK_LINE:", ":PACKAGE:", ":BLANK_LINE:", [":ALIAS:"], ":BLANK_LINE:", ":PATH:" ] } } } } } }