mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/sql-database-projects/tsconfig.json"
|
|
},
|
|
"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"
|
|
}
|
|
}
|