Files
azuredatastudio/extensions/azuremonitor/.eslintrc.json
Charles Gagnon 6ae380b65d Remove unnecessary awaits from extensions (#19571)
* Remove unnecessary awaits

* fix ignore

* revert eslintignore

* try

* increase size

* Increase sql lint size
2022-05-31 15:36:44 -07:00

10 lines
204 B
JSON

{
"parserOptions": {
"project": "./extensions/azuremonitor/tsconfig.json"
},
"rules": {
// Disabled until the issues can be fixed
"@typescript-eslint/explicit-function-return-type": ["off"]
}
}