mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
7 lines
129 B
JSON
7 lines
129 B
JSON
{
|
|
"rules": {
|
|
"@typescript-eslint/explicit-function-return-type": ["off"],
|
|
"@typescript-eslint/await-thenable": ["off"]
|
|
}
|
|
}
|