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
10 lines
198 B
JSON
10 lines
198 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/import/tsconfig.json"
|
|
},
|
|
"rules": {
|
|
// Disabled until the issues can be fixed
|
|
"@typescript-eslint/explicit-function-return-type": ["off"]
|
|
}
|
|
}
|