mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 11:08:31 -05:00
* Initial commit for Query Store extension * fix eslint explicit-functino-return-type setting * address comments * remove specifying explicit-function-return-type eslint rule * update strings
14 lines
193 B
JSON
14 lines
193 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/query-store/tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": [
|
|
"error",
|
|
{
|
|
"ignoreVoid": true
|
|
}
|
|
]
|
|
}
|
|
}
|