mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/query-history/tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": [
|
|
"error",
|
|
{
|
|
"ignoreVoid": true
|
|
}
|
|
],
|
|
"@typescript-eslint/no-unsafe-assignment": "off"
|
|
}
|
|
}
|