Files
azuredatastudio/extensions/xml-language-features/.eslintrc.json
2023-09-01 16:19:04 -07:00

7 lines
129 B
JSON

{
"rules": {
"@typescript-eslint/explicit-function-return-type": ["off"],
"@typescript-eslint/await-thenable": ["off"]
}
}