diff --git a/tasks/lint_rules/src/unsupported-rules.json b/tasks/lint_rules/src/unsupported-rules.json index 8ec33456677ae..8884257d5059c 100644 --- a/tasks/lint_rules/src/unsupported-rules.json +++ b/tasks/lint_rules/src/unsupported-rules.json @@ -24,6 +24,7 @@ "jsx-a11y/accessible-emoji": "Deprecated.", "jsx-a11y/label-has-for": "Deprecated, replaced by `jsx-a11y/label-has-associated-control`.", "jsx-a11y/no-onchange": "Deprecated, based on behavior of very old browsers, and so no longer necessary.", + "eslint/camelcase": "Preference is to implement this rule via `@typescript-eslint/naming-convention` instead to accomplish the same behavior with more flexibility.", "n/prefer-node-protocol": "No need to implement, already implemented by `unicorn/prefer-node-protocol`.", "n/no-process-exit": "No need to implement, already implemented by `unicorn/no-process-exit`.",