mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Enable no-unsafe-assignments for MSSQL (#23407)
* Enable no-unsafe-assignments for MSSQL * Remove toString
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"no-cond-assign": 2,
|
||||
"jsdoc/check-param-names": "error",
|
||||
"@typescript-eslint/explicit-function-return-type": ["error"],
|
||||
"@typescript-eslint/await-thenable": ["error"]
|
||||
"@typescript-eslint/await-thenable": ["error"],
|
||||
"@typescript-eslint/no-unsafe-assignment": "error"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user