mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Add explicit return type linting to some extensions (#19199)
This commit is contained in:
5
extensions/machine-learning/src/.eslintrc.json
Normal file
5
extensions/machine-learning/src/.eslintrc.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"rules": {
|
||||
"@typescript-eslint/explicit-function-return-type": ["off"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user