We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f3bf8 commit 75fe372Copy full SHA for 75fe372
index.js
@@ -22,6 +22,7 @@ export default tseslint.config(
22
],
23
"@typescript-eslint/no-explicit-any": "off",
24
"@typescript-eslint/explicit-function-return-type": "off",
25
+ "@typescript-eslint/no-deprecated": "warn",
26
"sonarjs/todo-tag": "warn",
27
},
28
test/rules-snapshot.json
@@ -715,5 +715,6 @@
715
"assertionStyle": "angle-bracket"
716
}
717
718
- "@typescript-eslint/explicit-function-return-type": [0]
+ "@typescript-eslint/explicit-function-return-type": [0],
719
+ "@typescript-eslint/no-deprecated": [1]
720
0 commit comments