mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
12 lines
293 B
JSON
12 lines
293 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/integration-tests/tsconfig.json",
|
|
"createDefaultProgram": true
|
|
},
|
|
"rules": {
|
|
// Disabled until the issues can be fixed
|
|
"@typescript-eslint/explicit-function-return-type": ["off"],
|
|
"@typescript-eslint/no-unsafe-assignment": "off"
|
|
}
|
|
}
|