mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
14 lines
203 B
JSON
14 lines
203 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/sql-database-projects/tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": [
|
|
"error",
|
|
{
|
|
"ignoreVoid": true
|
|
}
|
|
]
|
|
}
|
|
}
|