mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
* Remove unnecessary awaits * fix ignore * revert eslintignore * try * increase size * Increase sql lint size
9 lines
164 B
JSON
9 lines
164 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/machine-learning/tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/explicit-function-return-type": ["off"]
|
|
}
|
|
}
|