mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add explicit return type linting to some extensions (#19199)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"rules": {
|
||||
"no-cond-assign": 0
|
||||
"no-cond-assign": 0,
|
||||
"@typescript-eslint/explicit-function-return-type": ["off"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user