mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 09:35:41 -05:00
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/machine-learning/tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/explicit-function-return-type": ["off"],
|
|
"@typescript-eslint/no-unsafe-assignment": "off"
|
|
}
|
|
}
|