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 75e6709 commit f7ea49dCopy full SHA for f7ea49d
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
+ "sonarjs/todo-tag": "warn",
26
},
27
28
{
test/rules-snapshot.json
@@ -106,7 +106,7 @@
106
"sonarjs/prefer-single-boolean-return": [2],
107
"sonarjs/unused-import": [2],
108
"sonarjs/fixme-tag": [2],
109
- "sonarjs/todo-tag": [2],
+ "sonarjs/todo-tag": [1],
110
"sonarjs/useless-string-operation": [0],
111
"sonarjs/no-unused-function-argument": [0],
112
"sonarjs/no-duplicate-string": [0],
0 commit comments