Skip to content

Commit c7b0583

Browse files
committed
change
1 parent 55b0c5b commit c7b0583

5 files changed

+29
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: update enforce-use-client eslint rule name",
4+
"packageName": "@fluentui/babel-preset-global-context",
5+
"email": "dmytrokirpa@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "feat: add enforce-use-client workspace rule",
4+
"packageName": "@fluentui/eslint-plugin-react-components",
5+
"email": "dmytrokirpa@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: update enforce-use-client eslint rule name",
4+
"packageName": "@fluentui/react-storybook-addon",
5+
"email": "dmytrokirpa@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: update enforce-use-client eslint rule name",
4+
"packageName": "@fluentui/react-storybook-addon-export-to-sandbox",
5+
"email": "dmytrokirpa@microsoft.com",
6+
"dependentChangeType": "none"
7+
}

packages/react-components/eslint-plugin-react-components/etc/eslint-plugin-react-components.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const plugin: {
2020
};
2121
};
2222
rules: {
23+
"enforce-use-client": RuleModule<"missingUseClient" | "unnecessaryUseClient", [], unknown, RuleListener>;
2324
"prefer-fluentui-v9": RuleModule<"replaceFluent8With9" | "replaceIconWithJsx" | "replaceStackWithFlex" | "replaceFocusZoneWithTabster", {}[], unknown, RuleListener>;
2425
};
2526
};

0 commit comments

Comments
 (0)