Skip to content

Commit 9d19cf3

Browse files
committed
chore: tighten the eslint-config TODO to avoid listing re-enabled rules
Per Copilot's review on #249: the TODO comment above the disabled- rules block could become misleading if it implies no-regex-spaces is still pending. Reworded to refer to the listed rules only, so re-enabling further rules will naturally update the comment scope.
1 parent 8cae2a5 commit 9d19cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default [
55
...config,
66
{
77
rules: {
8-
// TODO: These should be fixed and the rules re-enabled.
8+
// TODO: The rules listed below should be re-enabled once their existing violations are fixed.
99
"no-useless-escape": "off",
1010
"no-empty": "off",
1111
"prefer-const": "off",

0 commit comments

Comments
 (0)