Skip to content

Commit

Permalink
[eslint-plugin] fix(no-deprecated-components): export new rule (#5368)
Browse files Browse the repository at this point in the history
  • Loading branch information
styu authored Jun 13, 2022
1 parent b106c52 commit 963c169
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-plugin/src/rules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
import { classesConstantsRule } from "./classes-constants";
import { htmlComponentsRule } from "./html-components";
import { iconComponentsRule } from "./icon-components";
import { noDeprecatedComponentsRule } from "./no-deprecated-components";

// eslint-disable-next-line import/no-default-export
export default {
"classes-constants": classesConstantsRule,
"html-components": htmlComponentsRule,
"icon-components": iconComponentsRule,
"no-deprecated-components": noDeprecatedComponentsRule,
};

1 comment on commit 963c169

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[eslint-plugin] fix(no-deprecated-components): export new rule (#5368)

Previews: documentation | landing | table | demo

Please sign in to comment.