mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-09 12:01:37 -04:00
Finish up no-unsafe-assignment fixes in azurecore (#22836)
* Finish up no-unsafe-assignment fixes in azurecore * Add link to typings * Remove unused * Ignore webpack file
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
}
|
||||
],
|
||||
// Disabled until the issues can be fixed
|
||||
"@typescript-eslint/explicit-function-return-type": ["off"]
|
||||
"@typescript-eslint/explicit-function-return-type": ["off"],
|
||||
"@typescript-eslint/no-unsafe-assignment": "error"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user