mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 09:35:40 -05:00
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/datavirtualization/tsconfig.json",
|
|
"createDefaultProgram": true
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/explicit-function-return-type": ["off"],
|
|
"@typescript-eslint/no-unsafe-assignment": "off"
|
|
}
|
|
}
|