mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
14 lines
195 B
JSON
14 lines
195 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/query-history/tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": [
|
|
"error",
|
|
{
|
|
"ignoreVoid": true
|
|
}
|
|
]
|
|
}
|
|
}
|