Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tasks/lint_rules/src/unsupported-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`.",
Expand Down
Loading