mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Remove unnecessary awaits * fix ignore * revert eslintignore * try * increase size * Increase sql lint size
8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"rules": {
|
|
"no-cond-assign": 0,
|
|
"@typescript-eslint/explicit-function-return-type": ["off"],
|
|
"@typescript-eslint/await-thenable": ["off"]
|
|
}
|
|
}
|