Skip to content

Commit

Permalink
remove the rule from recommended preset
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokirpa committed Jan 7, 2025
1 parent 13b62f8 commit 41169b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export const plugin: {
configs: {
recommended: {
plugins: string[];
rules: {
"@fluentui/react-components/prefer-fluentui-v9": string;
};
rules: {};
};
};
rules: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const configs = {
recommended: {
plugins: [name],
rules: {
[`@fluentui/react-components/${preferFluentUIV9Name}`]: 'warn',
// add all rules here
},
},
};
Expand Down

0 comments on commit 41169b0

Please sign in to comment.