Skip to content

Commit

Permalink
fix type-check issue and update api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokirpa committed Dec 12, 2024
1 parent 944299d commit ea763d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const plugin: {
};
};
rules: {
"prefer-fluentui-v9": RuleModule<"replaceFluent8With9" | "replaceFluent8With9Unstable" | "replaceIconWithJsx" | "replaceStackWithFlex", {
unstable?: boolean | undefined;
"prefer-fluentui-v9": RuleModule<"replaceFluent8With9" | "replaceIconWithJsx" | "replaceStackWithFlex" | "replaceFocusZoneWithTabster", {
preview?: boolean | undefined;
}[], unknown, RuleListener>;
};
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"types": ["jest", "node"]
},
Expand Down

0 comments on commit ea763d8

Please sign in to comment.