mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Remove unnecessary awaits * fix ignore * revert eslintignore * try * increase size * Increase sql lint size
7 lines
129 B
JSON
7 lines
129 B
JSON
{
|
|
"rules": {
|
|
"@typescript-eslint/explicit-function-return-type": ["off"],
|
|
"@typescript-eslint/await-thenable": ["off"]
|
|
}
|
|
}
|