mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
7 lines
104 B
JSON
7 lines
104 B
JSON
{
|
|
"rules": {
|
|
"no-cond-assign": 0,
|
|
"@typescript-eslint/explicit-function-return-type": ["off"]
|
|
}
|
|
}
|