Skip to content

Commit 78150eb

Browse files
fix: turn off no-warning-comments
use another tool to find them
1 parent 796ab92 commit 78150eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builtin/best-practices.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const rules: Linter.Config["rules"] = {
138138
"no-useless-escape": "error",
139139
"no-useless-return": "error",
140140
"no-void": "off",
141-
"no-warning-comments": "warn",
141+
"no-warning-comments": "off",
142142
"no-with": "error",
143143
"prefer-named-capture-group": "off",
144144
"prefer-promise-reject-errors": "error",

0 commit comments

Comments
 (0)