mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"rules": {
|
|
"no-cond-assign": 0,
|
|
"@typescript-eslint/explicit-function-return-type": ["off"],
|
|
"@typescript-eslint/await-thenable": ["off"],
|
|
"@typescript-eslint/no-unsafe-assignment": "off"
|
|
}
|
|
}
|