mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-29 00:00:29 -04:00
Add explicit return type linting to some extensions (#19199)
This commit is contained in:
5
extensions/markdown-language-features/.eslintrc.json
Normal file
5
extensions/markdown-language-features/.eslintrc.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"rules": {
|
||||
"@typescript-eslint/explicit-function-return-type": ["off"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user