mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add explicit return type linting to some extensions (#19199)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"rules": {
|
||||
"no-cond-assign": 2,
|
||||
"jsdoc/check-param-names": "error"
|
||||
"jsdoc/check-param-names": "error",
|
||||
"@typescript-eslint/explicit-function-return-type": ["error"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user