Merge branch 'main' into no-deprecated

This commit is contained in:
Moritz Klack
2025-02-21 16:39:41 +01:00
committed by GitHub
9 changed files with 25 additions and 13 deletions

View File

@@ -37,6 +37,7 @@ module.exports = {
},
rules: {
'@typescript-eslint/no-deprecated': 'error',
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
},
},
],