{ "htmlWhitespaceSensitivity": "ignore", "semi": false, "singleQuote": true, "proseWrap": "always", "printWidth": 108, "plugins": [], "overrides": [ { "files": "*.ts", "options": { "parser": "typescript" } } ] }