mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -05:00
18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/data-workspace/tsconfig.json",
|
|
"createDefaultProgram": true
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": [
|
|
"error",
|
|
{
|
|
"ignoreVoid": true
|
|
}
|
|
],
|
|
// Disabled until the issues can be fixed
|
|
"@typescript-eslint/explicit-function-return-type": ["off"],
|
|
"@typescript-eslint/no-unsafe-assignment": "off"
|
|
}
|
|
}
|