mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* Remove unnecessary awaits * fix ignore * revert eslintignore * try * increase size * Increase sql lint size
6 lines
66 B
JSON
6 lines
66 B
JSON
{
|
|
"rules": {
|
|
"@typescript-eslint/await-thenable": ["off"]
|
|
}
|
|
}
|