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