Files
azuredatastudio/extensions/sql-database-projects/.eslintrc.json

16 lines
310 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"]
}
}