mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Add explicit return type linting to some extensions (#19199)
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
{
|
||||
"ignoreVoid": true
|
||||
}
|
||||
]
|
||||
],
|
||||
// Disabled until the issues can be fixed
|
||||
"@typescript-eslint/explicit-function-return-type": ["off"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user