diff --git a/.changeset/upset-shirts-carry.md b/.changeset/upset-shirts-carry.md new file mode 100644 index 00000000000..f384890ffed --- /dev/null +++ b/.changeset/upset-shirts-carry.md @@ -0,0 +1,77 @@ +--- +"@uifabricshared/foundation-composable": patch +"@fluentui-react-native/experimental-appearance-additions": patch +"@uifabricshared/theming-react-native": patch +"@uifabricshared/foundation-settings": patch +"@fluentui-react-native/experimental-activity-indicator": patch +"@fluentui-react-native/experimental-native-font-metrics": patch +"@uifabricshared/foundation-compose": patch +"@fluentui-react-native/experimental-native-date-picker": patch +"@uifabricshared/foundation-tokens": patch +"@fluentui-react-native/themed-stylesheet": patch +"@uifabricshared/themed-settings": patch +"@fluentui-react-native/contextual-menu": patch +"@uifabricshared/theme-registry": patch +"@fluentui-react-native/vibrancy-view": patch +"@fluentui-react-native/focus-trap-zone": patch +"@fluentui-react-native/notification": patch +"@uifabricshared/theming-ramp": patch +"@fluentui-react-native/experimental-menu-button": patch +"@fluentui-react-native/interactive-hooks": patch +"@fluentui-react-native/persona-coin": patch +"@fluentui-react-native/menu-button": patch +"@fluentui-react-native/radio-group": patch +"@fluentui-react-native/experimental-checkbox": patch +"@fluentui-react-native/dropdown": patch +"@fluentui-react-native/experimental-expander": patch +"@fluentui-react-native/overflow": patch +"@fluentui-react-native/composition": patch +"@fluentui-react-native/use-styling": patch +"@fluentui-react-native/android-theme": patch +"@fluentui-react-native/default-theme": patch +"@fluentui-react-native/theming-utils": patch +"@fluentui-react-native/focus-zone": patch +"@fluentui-react-native/pressable": patch +"@fluentui-react-native/separator": patch +"@fluentui-react-native/popover": patch +"@fluentui-react-native/experimental-shimmer": patch +"@fluentui-react-native/spinner": patch +"@fluentui-react-native/tooltip": patch +"@fluentui-react-native/use-tokens": patch +"@fluentui-react-native/theme-tokens": patch +"@fluentui-react-native/checkbox": patch +"@fluentui-react-native/experimental-avatar": patch +"@fluentui-react-native/drawer": patch +"@fluentui-react-native/experimental-shadow": patch +"@fluentui-react-native/framework": patch +"@fluentui-react-native/use-slots": patch +"@fluentui-react-native/apple-theme": patch +"@fluentui-react-native/theme-types": patch +"@fluentui-react-native/win32-theme": patch +"@fluentui-react-native/callout": patch +"@fluentui-react-native/divider": patch +"@fluentui-react-native/persona": patch +"@fluentui-react-native/tablist": patch +"@fluentui-react-native/use-slot": patch +"@fluentui-react-native/avatar": patch +"@fluentui-react-native/button": patch +"@fluentui-react-native/switch": patch +"@fluentui-react-native/badge": patch +"@fluentui-react-native/input": patch +"@fluentui-react-native/stack": patch +"@fluentui-react-native/chip": patch +"@fluentui-react-native/icon": patch +"@fluentui-react-native/link": patch +"@fluentui-react-native/menu": patch +"@fluentui-react-native/text": patch +"@fluentui-react-native/theme": patch +"@fluentui-react-native/framework-base": patch +"@fluentui/react-native": patch +"@fluentui-react-native/adapters": patch +"@fluentui-react-native/styling-utils": patch +"@fluentui-react-native/tokens": patch +"@fluentui-react-native/tester": patch +"@fluentui-react-native/codemods": patch +--- + +remove oxlint config package and move it into scripts diff --git a/apps/E2E/oxlint.config.ts b/apps/E2E/oxlint.config.ts index 8b7f9d7bfb9..e076b0f71ea 100644 --- a/apps/E2E/oxlint.config.ts +++ b/apps/E2E/oxlint.config.ts @@ -1,4 +1,4 @@ -import baseConfig from '@fluentui-react-native/lint-config-rules'; +import baseConfig from '@fluentui-react-native/scripts/lint-config'; import { defineConfig } from 'oxlint'; export default defineConfig({ diff --git a/apps/E2E/package.json b/apps/E2E/package.json index 55d6141f238..f174bc53d69 100644 --- a/apps/E2E/package.json +++ b/apps/E2E/package.json @@ -49,7 +49,6 @@ "@babel/runtime": "catalog:", "@fluentui-react-native/focus-zone": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.0", "@react-native/metro-babel-transformer": "^0.81.0", diff --git a/apps/fluent-tester/package.json b/apps/fluent-tester/package.json index 8ba6a969a03..9e3edccaf03 100644 --- a/apps/fluent-tester/package.json +++ b/apps/fluent-tester/package.json @@ -33,11 +33,11 @@ "bundle:windows": "rnx-cli bundle --dev false --platform windows", "clean": "fluentui-scripts clean", "depcheck": "fluentui-scripts depcheck", + "format": "fluentui-scripts format", "ios": "rnx-cli run --platform ios", "lint": "fluentui-scripts lint", "lint-package": "fluentui-scripts lint-package", "macos": "rnx-cli run --platform macos", - "format": "fluentui-scripts format", "start": "rnx-cli start", "windows": "react-native run-windows --arch x64 --sln windows/FluentTester.sln" }, @@ -64,7 +64,6 @@ "@fluentui-react-native/experimental-shimmer": "workspace:*", "@fluentui-react-native/focus-zone": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/menu-button": "workspace:*", "@fluentui-react-native/radio-group": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", diff --git a/apps/tester-core/oxlint.config.ts b/apps/tester-core/oxlint.config.ts index b70e88e437c..4d2005653e7 100644 --- a/apps/tester-core/oxlint.config.ts +++ b/apps/tester-core/oxlint.config.ts @@ -1,4 +1,4 @@ -import baseConfig from '@fluentui-react-native/lint-config-rules'; +import baseConfig from '@fluentui-react-native/scripts/lint-config'; import { defineConfig } from 'oxlint'; export default defineConfig({ diff --git a/apps/tester-core/package.json b/apps/tester-core/package.json index 67d181497e8..6225c9c4347 100644 --- a/apps/tester-core/package.json +++ b/apps/tester-core/package.json @@ -96,7 +96,6 @@ "@babel/runtime": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.0", "@react-native-community/cli": "^20.0.0", diff --git a/apps/win32-81/package.json b/apps/win32-81/package.json index b7741bafb56..8e5fb3ff81b 100644 --- a/apps/win32-81/package.json +++ b/apps/win32-81/package.json @@ -46,7 +46,6 @@ "@babel/runtime": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/rex-win32": "0.81.0-preview.0", "@react-native-community/cli": "^20.0.0", diff --git a/apps/win32-81/src/index.js b/apps/win32-81/src/index.js new file mode 100644 index 00000000000..54f2e9cf9b2 --- /dev/null +++ b/apps/win32-81/src/index.js @@ -0,0 +1,6 @@ +'use strict'; +import { AppRegistry } from 'react-native'; +import { FluentTesterApp } from '@fluentui-react-native/tester-core'; +AppRegistry.registerComponent('FluentTester', () => FluentTesterApp); +export default FluentTesterApp; +//# sourceMappingURL=index.js.map diff --git a/apps/win32/package.json b/apps/win32/package.json index 72fa06a0b2b..c2c2e541387 100644 --- a/apps/win32/package.json +++ b/apps/win32/package.json @@ -46,7 +46,6 @@ "@babel/runtime": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/rex-win32": "0.73.11-devmain.16.0.17615.15030", "@react-native-community/cli": "^13.6.4", diff --git a/apps/win32/src/index.js b/apps/win32/src/index.js new file mode 100644 index 00000000000..8221d8ba440 --- /dev/null +++ b/apps/win32/src/index.js @@ -0,0 +1,7 @@ +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const react_native_1 = require('react-native'); +const tester_core_1 = require('@fluentui-react-native/tester-core'); +react_native_1.AppRegistry.registerComponent('FluentTester', () => tester_core_1.FluentTesterApp); +exports.default = tester_core_1.FluentTesterApp; +//# sourceMappingURL=index.js.map diff --git a/packages/codemods/oxlint.config.ts b/packages/codemods/oxlint.config.ts index 6f6abf6dab5..68d724fe3dc 100644 --- a/packages/codemods/oxlint.config.ts +++ b/packages/codemods/oxlint.config.ts @@ -1,4 +1,4 @@ -import baseConfig from '@fluentui-react-native/lint-config-rules'; +import baseConfig from '@fluentui-react-native/scripts/lint-config'; import { defineConfig } from 'oxlint'; export default defineConfig({ diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 342ace50912..164a198fb14 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -30,9 +30,9 @@ "build-core": "tsgo --outDir lib --module esnext --moduleResolution bundler", "clean": "fluentui-scripts clean", "depcheck": "fluentui-scripts depcheck", + "format": "fluentui-scripts format", "lint": "fluentui-scripts lint", "lint-package": "fluentui-scripts lint-package", - "format": "fluentui-scripts format", "test": "fluentui-scripts jest" }, "dependencies": { @@ -43,7 +43,6 @@ "@babel/core": "catalog:", "@babel/preset-env": "catalog:", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/react-configs": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", diff --git a/packages/components/Avatar/package.json b/packages/components/Avatar/package.json index efc323e8c86..0d7196418c2 100644 --- a/packages/components/Avatar/package.json +++ b/packages/components/Avatar/package.json @@ -50,7 +50,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Badge/package.json b/packages/components/Badge/package.json index 4c437c7b594..07a0615c9b2 100644 --- a/packages/components/Badge/package.json +++ b/packages/components/Badge/package.json @@ -48,7 +48,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/Button/package.json b/packages/components/Button/package.json index d9fdc1f608a..e4126f627dc 100644 --- a/packages/components/Button/package.json +++ b/packages/components/Button/package.json @@ -58,7 +58,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/Callout/package.json b/packages/components/Callout/package.json index d6983ebcdfa..d0526a6df45 100644 --- a/packages/components/Callout/package.json +++ b/packages/components/Callout/package.json @@ -45,7 +45,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Checkbox/package.json b/packages/components/Checkbox/package.json index b783ae5dea5..0bca9ba0409 100644 --- a/packages/components/Checkbox/package.json +++ b/packages/components/Checkbox/package.json @@ -54,7 +54,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/Chip/package.json b/packages/components/Chip/package.json index 7bb40978768..ab64f1750cb 100644 --- a/packages/components/Chip/package.json +++ b/packages/components/Chip/package.json @@ -44,7 +44,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/ContextualMenu/package.json b/packages/components/ContextualMenu/package.json index 3e2cfbce9d1..b23002973e5 100644 --- a/packages/components/ContextualMenu/package.json +++ b/packages/components/ContextualMenu/package.json @@ -51,7 +51,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/pressable": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/Divider/package.json b/packages/components/Divider/package.json index 9540063ce75..b61201c32cb 100644 --- a/packages/components/Divider/package.json +++ b/packages/components/Divider/package.json @@ -45,7 +45,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/FocusTrapZone/package.json b/packages/components/FocusTrapZone/package.json index e3534e4b7ef..e447fd30847 100644 --- a/packages/components/FocusTrapZone/package.json +++ b/packages/components/FocusTrapZone/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/FocusZone/package.json b/packages/components/FocusZone/package.json index 5200685ee6b..de477adde03 100644 --- a/packages/components/FocusZone/package.json +++ b/packages/components/FocusZone/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Icon/package.json b/packages/components/Icon/package.json index c1a8ab851cd..0aebb4626f0 100644 --- a/packages/components/Icon/package.json +++ b/packages/components/Icon/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/Input/package.json b/packages/components/Input/package.json index 1ae90dc6bdb..9ba52de7372 100644 --- a/packages/components/Input/package.json +++ b/packages/components/Input/package.json @@ -48,7 +48,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Link/package.json b/packages/components/Link/package.json index 94b9e9cf87f..dd3ed0062c1 100644 --- a/packages/components/Link/package.json +++ b/packages/components/Link/package.json @@ -49,7 +49,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Menu/package.json b/packages/components/Menu/package.json index 531d021fc6d..e44d673e301 100644 --- a/packages/components/Menu/package.json +++ b/packages/components/Menu/package.json @@ -54,7 +54,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/MenuButton/package.json b/packages/components/MenuButton/package.json index 2b7d1975f47..cef3c66a6e2 100644 --- a/packages/components/MenuButton/package.json +++ b/packages/components/MenuButton/package.json @@ -48,7 +48,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Notification/package.json b/packages/components/Notification/package.json index 03d7f8e8d82..54cf37ccfe6 100644 --- a/packages/components/Notification/package.json +++ b/packages/components/Notification/package.json @@ -53,7 +53,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/Persona/package.json b/packages/components/Persona/package.json index 1998eac1338..c5d4e34dc41 100644 --- a/packages/components/Persona/package.json +++ b/packages/components/Persona/package.json @@ -47,7 +47,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/components/PersonaCoin/package.json b/packages/components/PersonaCoin/package.json index 40471935b56..b481b415265 100644 --- a/packages/components/PersonaCoin/package.json +++ b/packages/components/PersonaCoin/package.json @@ -47,7 +47,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Pressable/package.json b/packages/components/Pressable/package.json index 9108a412f81..95a6147ab83 100644 --- a/packages/components/Pressable/package.json +++ b/packages/components/Pressable/package.json @@ -42,7 +42,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/components/RadioGroup/package.json b/packages/components/RadioGroup/package.json index a840cb3df80..ccd72841291 100644 --- a/packages/components/RadioGroup/package.json +++ b/packages/components/RadioGroup/package.json @@ -53,7 +53,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/Separator/package.json b/packages/components/Separator/package.json index 492e1004dd1..33d5256f0f4 100644 --- a/packages/components/Separator/package.json +++ b/packages/components/Separator/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Stack/package.json b/packages/components/Stack/package.json index 24b5233b539..3d0c87b86ed 100644 --- a/packages/components/Stack/package.json +++ b/packages/components/Stack/package.json @@ -47,7 +47,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/text": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/components/Switch/package.json b/packages/components/Switch/package.json index 8ace8cf7b76..58cc3785e3b 100644 --- a/packages/components/Switch/package.json +++ b/packages/components/Switch/package.json @@ -47,7 +47,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/TabList/package.json b/packages/components/TabList/package.json index 79a63b1a870..37b381b5a76 100644 --- a/packages/components/TabList/package.json +++ b/packages/components/TabList/package.json @@ -49,7 +49,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/components/Text/package.json b/packages/components/Text/package.json index 2579d1c6247..9f467505d33 100644 --- a/packages/components/Text/package.json +++ b/packages/components/Text/package.json @@ -46,7 +46,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/configs/jest-config/package.json b/packages/configs/jest-config/package.json index bd25e0c0b04..26def381c63 100644 --- a/packages/configs/jest-config/package.json +++ b/packages/configs/jest-config/package.json @@ -34,7 +34,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native/babel-preset": "^0.81.0", "@types/node": "catalog:", diff --git a/packages/configs/kit-config/furn-preset.ts b/packages/configs/kit-config/furn-preset.ts index 4f1a3f90427..7a2dc7eb73f 100644 --- a/packages/configs/kit-config/furn-preset.ts +++ b/packages/configs/kit-config/furn-preset.ts @@ -23,7 +23,6 @@ type Capability = | 'babel-preset-react-native' | 'babel-core' | 'tools-babel' - | 'tools-eslint' | 'tools-jest' | 'tools-jest-react' | 'tools-core' @@ -124,12 +123,6 @@ function formFurnPreset(rnPreset: VersionPreset, _version: number): VersionPrese version: 'workspace:*', devOnly: true, }, - 'tools-eslint': { - name: '@fluentui-react-native/lint-config-rules', - version: 'workspace:*', - devOnly: true, - capabilities: ['tools-core'], - }, 'tools-jest': { name: '@fluentui-react-native/jest-config', version: 'workspace:*', diff --git a/packages/configs/lint-config-rules/.npmignore b/packages/configs/lint-config-rules/.npmignore deleted file mode 100644 index 487696b6ecb..00000000000 --- a/packages/configs/lint-config-rules/.npmignore +++ /dev/null @@ -1,11 +0,0 @@ -node_modules -.gitignore -.gitattributes -.editorconfig -config.js -jest.config.js -.eslintrc.js -.eslintignore -tsconfig.json -jsconfig.json -*.build.log \ No newline at end of file diff --git a/packages/configs/lint-config-rules/CHANGELOG.json b/packages/configs/lint-config-rules/CHANGELOG.json deleted file mode 100644 index 02863e060f2..00000000000 --- a/packages/configs/lint-config-rules/CHANGELOG.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "@uifabric/eslint-config-rules", - "entries": [ - { - "date": "Sat, 14 Sep 2019 01:56:36 GMT", - "tag": "@uifabric/eslint-config-rules_v0.1.1", - "version": "0.1.1", - "comments": { - "patch": [ - { - "comment": "Begin turning on some linting rules", - "author": "taamireh@microsoft.com", - "commit": "530f021858edbb964892dffcb6f15f86db8499fd" - } - ] - } - } - ] -} \ No newline at end of file diff --git a/packages/configs/lint-config-rules/CHANGELOG.md b/packages/configs/lint-config-rules/CHANGELOG.md deleted file mode 100644 index b9763e7100d..00000000000 --- a/packages/configs/lint-config-rules/CHANGELOG.md +++ /dev/null @@ -1,24 +0,0 @@ -# Change Log - @uifabric/eslint-config-rules - -## 0.1.3 - -### Patch Changes - -- 9cf4444: Migrate from ESLint to oxlint - -## 0.1.2 - -### Patch Changes - -- 0d6e9c1: chore: migrate to `oxfmt` -- ac6e7af: Ensure packages have a default export that references the typescript entrypoint and clean up build dependency ordering - -This log was last generated on Sat, 14 Sep 2019 01:56:36 GMT and should not be manually modified. - -## 0.1.1 - -Sat, 14 Sep 2019 01:56:36 GMT - -### Patches - -- Begin turning on some linting rules (taamireh@microsoft.com) diff --git a/packages/configs/lint-config-rules/oxlint.config.ts b/packages/configs/lint-config-rules/oxlint.config.ts deleted file mode 100644 index 7dfc98bb7bf..00000000000 --- a/packages/configs/lint-config-rules/oxlint.config.ts +++ /dev/null @@ -1 +0,0 @@ -export { default } from './private.js'; diff --git a/packages/configs/lint-config-rules/package.json b/packages/configs/lint-config-rules/package.json deleted file mode 100644 index 37770879e42..00000000000 --- a/packages/configs/lint-config-rules/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@fluentui-react-native/lint-config-rules", - "version": "0.1.3", - "description": "Oxlint config for Fluent UI React Native", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/fluentui-react-native", - "directory": "packages/configs/lint-config-rules" - }, - "type": "module", - "exports": { - ".": { - "default": "./private.ts" - }, - "./private": { - "default": "./private.ts" - }, - "./package.json": "./package.json" - }, - "scripts": { - "build": "tsgo", - "build-core": "tsgo", - "lint-package": "fluentui-scripts lint-package" - }, - "dependencies": { - "@rnx-kit/oxlint-config": "^1.0.3", - "oxlint": "^1.57.0" - }, - "devDependencies": { - "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/scripts": "workspace:*", - "@types/node": "catalog:", - "typescript": "^5.8.0" - }, - "furn": { - "packageType": "tooling" - } -} diff --git a/packages/configs/lint-config-rules/tsconfig.json b/packages/configs/lint-config-rules/tsconfig.json deleted file mode 100644 index afb42785875..00000000000 --- a/packages/configs/lint-config-rules/tsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "@fluentui-react-native/scripts/tsconfig", - "compilerOptions": { - "allowJs": true, - "checkJs": true, - "noEmit": true - }, - "include": ["private.ts", "oxlint.config.ts", "types.d.ts"], - "exclude": [] -} diff --git a/packages/configs/lint-config-rules/types.d.ts b/packages/configs/lint-config-rules/types.d.ts deleted file mode 100644 index 80825430614..00000000000 --- a/packages/configs/lint-config-rules/types.d.ts +++ /dev/null @@ -1,16 +0,0 @@ -import type { OxlintConfig } from 'oxlint'; - -declare module '@rnx-kit/oxlint-config/sdl-required' { - const config: OxlintConfig; - export default config; -} - -declare module '@rnx-kit/oxlint-config/strict' { - const config: OxlintConfig; - export default config; -} - -declare module '@rnx-kit/oxlint-config/typescript-stylistic' { - const config: OxlintConfig; - export default config; -} diff --git a/packages/deprecated/foundation-composable/package.json b/packages/deprecated/foundation-composable/package.json index d72966918ff..82481cf1b69 100644 --- a/packages/deprecated/foundation-composable/package.json +++ b/packages/deprecated/foundation-composable/package.json @@ -41,7 +41,6 @@ }, "devDependencies": { "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@types/react": "~19.1.4", "react": "19.1.4", diff --git a/packages/deprecated/foundation-compose/package.json b/packages/deprecated/foundation-compose/package.json index 4203ad1e2b1..1aba956ce38 100644 --- a/packages/deprecated/foundation-compose/package.json +++ b/packages/deprecated/foundation-compose/package.json @@ -47,7 +47,6 @@ }, "devDependencies": { "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.0", "@types/react": "~19.1.4", diff --git a/packages/deprecated/foundation-settings/package.json b/packages/deprecated/foundation-settings/package.json index 3571880312c..f00873ab43b 100644 --- a/packages/deprecated/foundation-settings/package.json +++ b/packages/deprecated/foundation-settings/package.json @@ -41,7 +41,6 @@ "devDependencies": { "@babel/core": "catalog:", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/react-configs": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@types/jest": "^29.0.0", diff --git a/packages/deprecated/foundation-tokens/package.json b/packages/deprecated/foundation-tokens/package.json index 49b48013447..883014bbde1 100644 --- a/packages/deprecated/foundation-tokens/package.json +++ b/packages/deprecated/foundation-tokens/package.json @@ -44,7 +44,6 @@ "devDependencies": { "@babel/core": "catalog:", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/react-configs": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.0", diff --git a/packages/deprecated/theme-registry/package.json b/packages/deprecated/theme-registry/package.json index a581652c856..a76bd4660b0 100644 --- a/packages/deprecated/theme-registry/package.json +++ b/packages/deprecated/theme-registry/package.json @@ -39,7 +39,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/react-configs": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native/babel-preset": "^0.74.0", diff --git a/packages/deprecated/themed-settings/package.json b/packages/deprecated/themed-settings/package.json index 3ed468a928a..ed632cbf7e0 100644 --- a/packages/deprecated/themed-settings/package.json +++ b/packages/deprecated/themed-settings/package.json @@ -42,7 +42,6 @@ "devDependencies": { "@babel/core": "catalog:", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/react-configs": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native/babel-preset": "^0.81.0", diff --git a/packages/deprecated/theming-ramp/package.json b/packages/deprecated/theming-ramp/package.json index d93662ae740..70627e4a965 100644 --- a/packages/deprecated/theming-ramp/package.json +++ b/packages/deprecated/theming-ramp/package.json @@ -43,7 +43,6 @@ "devDependencies": { "@babel/core": "catalog:", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/react-configs": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", diff --git a/packages/deprecated/theming-react-native/package.json b/packages/deprecated/theming-react-native/package.json index 2bde51d93cd..23943a0a164 100644 --- a/packages/deprecated/theming-react-native/package.json +++ b/packages/deprecated/theming-react-native/package.json @@ -46,7 +46,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/ActivityIndicator/package.json b/packages/experimental/ActivityIndicator/package.json index e8cb04fd994..621f33567e4 100644 --- a/packages/experimental/ActivityIndicator/package.json +++ b/packages/experimental/ActivityIndicator/package.json @@ -40,7 +40,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/AppearanceAdditions/package.json b/packages/experimental/AppearanceAdditions/package.json index 60a06494319..b8ffa4debb1 100644 --- a/packages/experimental/AppearanceAdditions/package.json +++ b/packages/experimental/AppearanceAdditions/package.json @@ -42,7 +42,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Avatar/package.json b/packages/experimental/Avatar/package.json index e252b53f8bb..280bd3e5c0a 100644 --- a/packages/experimental/Avatar/package.json +++ b/packages/experimental/Avatar/package.json @@ -41,7 +41,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Checkbox/package.json b/packages/experimental/Checkbox/package.json index a5532f36510..24f7903e881 100644 --- a/packages/experimental/Checkbox/package.json +++ b/packages/experimental/Checkbox/package.json @@ -41,7 +41,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/experimental/Drawer/package.json b/packages/experimental/Drawer/package.json index c0391df1b59..ea9afcb3e8f 100644 --- a/packages/experimental/Drawer/package.json +++ b/packages/experimental/Drawer/package.json @@ -44,7 +44,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Dropdown/package.json b/packages/experimental/Dropdown/package.json index 20dfad21350..08f04b64ca0 100644 --- a/packages/experimental/Dropdown/package.json +++ b/packages/experimental/Dropdown/package.json @@ -46,7 +46,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/experimental/Expander/package.json b/packages/experimental/Expander/package.json index b62aaaa37e4..bb2b2024114 100644 --- a/packages/experimental/Expander/package.json +++ b/packages/experimental/Expander/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/MenuButton/package.json b/packages/experimental/MenuButton/package.json index 0a4d7449008..397f5bb8171 100644 --- a/packages/experimental/MenuButton/package.json +++ b/packages/experimental/MenuButton/package.json @@ -44,7 +44,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/experimental/NativeDatePicker/package.json b/packages/experimental/NativeDatePicker/package.json index dcd4f20f102..982d899899b 100644 --- a/packages/experimental/NativeDatePicker/package.json +++ b/packages/experimental/NativeDatePicker/package.json @@ -37,7 +37,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/NativeFontMetrics/package.json b/packages/experimental/NativeFontMetrics/package.json index 50106da96b5..d2403a103f3 100644 --- a/packages/experimental/NativeFontMetrics/package.json +++ b/packages/experimental/NativeFontMetrics/package.json @@ -40,7 +40,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Overflow/package.json b/packages/experimental/Overflow/package.json index 032dce134a3..134c1eb7147 100644 --- a/packages/experimental/Overflow/package.json +++ b/packages/experimental/Overflow/package.json @@ -42,7 +42,6 @@ "@fluentui-react-native/button": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/menu": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", diff --git a/packages/experimental/Popover/package.json b/packages/experimental/Popover/package.json index e4ca4326b00..a0418370cd7 100644 --- a/packages/experimental/Popover/package.json +++ b/packages/experimental/Popover/package.json @@ -41,7 +41,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Shadow/package.json b/packages/experimental/Shadow/package.json index 4f269f831e4..1295592c425 100644 --- a/packages/experimental/Shadow/package.json +++ b/packages/experimental/Shadow/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/experimental/Shimmer/package.json b/packages/experimental/Shimmer/package.json index 72a8f376c19..9570218f506 100644 --- a/packages/experimental/Shimmer/package.json +++ b/packages/experimental/Shimmer/package.json @@ -45,7 +45,6 @@ "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Spinner/package.json b/packages/experimental/Spinner/package.json index 2942bd1b298..6620bd90d7e 100644 --- a/packages/experimental/Spinner/package.json +++ b/packages/experimental/Spinner/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/framework-base": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/experimental/Tooltip/package.json b/packages/experimental/Tooltip/package.json index 0d4d20ad789..1d06cefc220 100644 --- a/packages/experimental/Tooltip/package.json +++ b/packages/experimental/Tooltip/package.json @@ -42,7 +42,6 @@ "@fluentui-react-native/button": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/experimental/VibrancyView/package.json b/packages/experimental/VibrancyView/package.json index c8163f09e0e..bd1db7fd4a1 100644 --- a/packages/experimental/VibrancyView/package.json +++ b/packages/experimental/VibrancyView/package.json @@ -40,7 +40,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/framework-base/package.json b/packages/framework-base/package.json index a54780fc0d3..f273b6564b0 100644 --- a/packages/framework-base/package.json +++ b/packages/framework-base/package.json @@ -44,7 +44,6 @@ "devDependencies": { "@babel/core": "catalog:", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/react-configs": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@types/jest": "^29.0.0", @@ -70,7 +69,6 @@ "core-dev-only", "react", "tools-core", - "tools-eslint", "tools-jest-react" ] } diff --git a/packages/framework/composition/package.json b/packages/framework/composition/package.json index cacabffdf4c..7e1c7d2d1ef 100644 --- a/packages/framework/composition/package.json +++ b/packages/framework/composition/package.json @@ -45,7 +45,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native/babel-preset": "^0.81.0", "@types/react": "~19.1.4", diff --git a/packages/framework/framework/package.json b/packages/framework/framework/package.json index 4326416ecbd..ff5340a499e 100644 --- a/packages/framework/framework/package.json +++ b/packages/framework/framework/package.json @@ -50,7 +50,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/framework/theme/package.json b/packages/framework/theme/package.json index cd8a4d2d660..97cea5b1a98 100644 --- a/packages/framework/theme/package.json +++ b/packages/framework/theme/package.json @@ -44,7 +44,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@react-native-community/cli": "^20.0.0", diff --git a/packages/framework/themed-stylesheet/package.json b/packages/framework/themed-stylesheet/package.json index 71fb3c2ab9e..4cfc8a4e76f 100644 --- a/packages/framework/themed-stylesheet/package.json +++ b/packages/framework/themed-stylesheet/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/framework/use-slot/package.json b/packages/framework/use-slot/package.json index 8e1534b7d34..b438a90bfb7 100644 --- a/packages/framework/use-slot/package.json +++ b/packages/framework/use-slot/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/framework/use-slots/package.json b/packages/framework/use-slots/package.json index 93a2e8c6971..3b10ca224ca 100644 --- a/packages/framework/use-slots/package.json +++ b/packages/framework/use-slots/package.json @@ -44,7 +44,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/framework/use-styling/package.json b/packages/framework/use-styling/package.json index 535bb010542..be06a8c7524 100644 --- a/packages/framework/use-styling/package.json +++ b/packages/framework/use-styling/package.json @@ -44,7 +44,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/framework/use-tokens/package.json b/packages/framework/use-tokens/package.json index 4d3edd2135d..4e3bb971455 100644 --- a/packages/framework/use-tokens/package.json +++ b/packages/framework/use-tokens/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 5bb6491ab93..8d8d3829966 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -56,7 +56,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/theming/android-theme/package.json b/packages/theming/android-theme/package.json index 673629f0d95..bba068c7a83 100644 --- a/packages/theming/android-theme/package.json +++ b/packages/theming/android-theme/package.json @@ -47,7 +47,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/theming/apple-theme/package.json b/packages/theming/apple-theme/package.json index 7292bbdb8e1..e2b3341b3cd 100644 --- a/packages/theming/apple-theme/package.json +++ b/packages/theming/apple-theme/package.json @@ -52,7 +52,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/theming/default-theme/package.json b/packages/theming/default-theme/package.json index 0a692360a27..0bac0ab99af 100644 --- a/packages/theming/default-theme/package.json +++ b/packages/theming/default-theme/package.json @@ -48,7 +48,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/theming/theme-tokens/package.json b/packages/theming/theme-tokens/package.json index 1f9b3acfadb..63518c48464 100644 --- a/packages/theming/theme-tokens/package.json +++ b/packages/theming/theme-tokens/package.json @@ -47,7 +47,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/theming/theme-types/package.json b/packages/theming/theme-types/package.json index ac0bcb72bc2..d0402c09019 100644 --- a/packages/theming/theme-types/package.json +++ b/packages/theming/theme-types/package.json @@ -39,7 +39,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/theming/theming-utils/oxlint.config.ts b/packages/theming/theming-utils/oxlint.config.ts index d1e027f0edf..0de970ab4ed 100644 --- a/packages/theming/theming-utils/oxlint.config.ts +++ b/packages/theming/theming-utils/oxlint.config.ts @@ -1,4 +1,4 @@ -import baseConfig from '@fluentui-react-native/lint-config-rules'; +import baseConfig from '@fluentui-react-native/scripts/lint-config'; import { defineConfig } from 'oxlint'; export default defineConfig({ diff --git a/packages/theming/theming-utils/package.json b/packages/theming/theming-utils/package.json index 520819c35a2..9ad6e505b06 100644 --- a/packages/theming/theming-utils/package.json +++ b/packages/theming/theming-utils/package.json @@ -43,7 +43,6 @@ "@fluentui-react-native/design-tokens-windows": "^0.53.0", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/theming/win32-theme/package.json b/packages/theming/win32-theme/package.json index d9df1476ddf..b1bd3393097 100644 --- a/packages/theming/win32-theme/package.json +++ b/packages/theming/win32-theme/package.json @@ -49,7 +49,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", "@react-native-community/cli": "^20.0.0", diff --git a/packages/utils/adapters/package.json b/packages/utils/adapters/package.json index f29db71b089..1b14115c7b2 100644 --- a/packages/utils/adapters/package.json +++ b/packages/utils/adapters/package.json @@ -35,7 +35,6 @@ "devDependencies": { "@babel/core": "catalog:", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/react-configs": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@office-iss/react-native-win32": "^0.81.0", diff --git a/packages/utils/interactive-hooks/oxlint.config.ts b/packages/utils/interactive-hooks/oxlint.config.ts index d1e027f0edf..0de970ab4ed 100644 --- a/packages/utils/interactive-hooks/oxlint.config.ts +++ b/packages/utils/interactive-hooks/oxlint.config.ts @@ -1,4 +1,4 @@ -import baseConfig from '@fluentui-react-native/lint-config-rules'; +import baseConfig from '@fluentui-react-native/scripts/lint-config'; import { defineConfig } from 'oxlint'; export default defineConfig({ diff --git a/packages/utils/interactive-hooks/package.json b/packages/utils/interactive-hooks/package.json index 6282c113afc..7eb47b62b2b 100644 --- a/packages/utils/interactive-hooks/package.json +++ b/packages/utils/interactive-hooks/package.json @@ -41,7 +41,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/test-tools": "workspace:*", "@office-iss/react-native-win32": "^0.74.0", diff --git a/packages/utils/styling/oxlint.config.ts b/packages/utils/styling/oxlint.config.ts index d1e027f0edf..0de970ab4ed 100644 --- a/packages/utils/styling/oxlint.config.ts +++ b/packages/utils/styling/oxlint.config.ts @@ -1,4 +1,4 @@ -import baseConfig from '@fluentui-react-native/lint-config-rules'; +import baseConfig from '@fluentui-react-native/scripts/lint-config'; import { defineConfig } from 'oxlint'; export default defineConfig({ diff --git a/packages/utils/styling/package.json b/packages/utils/styling/package.json index f1dee7319be..4ade2710ff5 100644 --- a/packages/utils/styling/package.json +++ b/packages/utils/styling/package.json @@ -36,7 +36,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/utils/test-tools/oxlint.config.ts b/packages/utils/test-tools/oxlint.config.ts index d1e027f0edf..0de970ab4ed 100644 --- a/packages/utils/test-tools/oxlint.config.ts +++ b/packages/utils/test-tools/oxlint.config.ts @@ -1,4 +1,4 @@ -import baseConfig from '@fluentui-react-native/lint-config-rules'; +import baseConfig from '@fluentui-react-native/scripts/lint-config'; import { defineConfig } from 'oxlint'; export default defineConfig({ diff --git a/packages/utils/test-tools/package.json b/packages/utils/test-tools/package.json index 3a1e83e3b63..a8ebb3ffc78 100644 --- a/packages/utils/test-tools/package.json +++ b/packages/utils/test-tools/package.json @@ -37,7 +37,6 @@ "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/jest-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@fluentui-react-native/theme-types": "workspace:*", "@react-native/babel-preset": "^0.81.0", diff --git a/packages/utils/tokens/package.json b/packages/utils/tokens/package.json index 046812db70e..ffff37b8204 100644 --- a/packages/utils/tokens/package.json +++ b/packages/utils/tokens/package.json @@ -40,7 +40,6 @@ "@babel/core": "catalog:", "@fluentui-react-native/babel-config": "workspace:*", "@fluentui-react-native/kit-config": "workspace:*", - "@fluentui-react-native/lint-config-rules": "workspace:*", "@fluentui-react-native/scripts": "workspace:*", "@react-native-community/cli": "^20.0.0", "@react-native-community/cli-platform-android": "^20.0.0", diff --git a/packages/configs/lint-config-rules/private.ts b/scripts/configs/oxlint/oxlint.config.ts similarity index 88% rename from packages/configs/lint-config-rules/private.ts rename to scripts/configs/oxlint/oxlint.config.ts index 5fa52a745f4..21614c6db6e 100644 --- a/packages/configs/lint-config-rules/private.ts +++ b/scripts/configs/oxlint/oxlint.config.ts @@ -1,9 +1,9 @@ import { defineConfig, type OxlintConfig } from 'oxlint'; -// @ts-ignore -- @rnx-kit/oxlint-config ships untyped JS; types.d.ts covers the local build +// @ts-expect-error -- @rnx-kit/oxlint-config ships untyped JS; types.d.ts covers the local build import sdlRequired from '@rnx-kit/oxlint-config/sdl-required'; -// @ts-ignore -- same as above +// @ts-expect-error -- same as above import strict from '@rnx-kit/oxlint-config/strict'; -// @ts-ignore -- same as above +// @ts-expect-error -- same as above import stylistic from '@rnx-kit/oxlint-config/typescript-stylistic'; export default defineConfig({ diff --git a/scripts/oxlint.config.ts b/scripts/oxlint.config.ts index 028370112ac..e96ab95e118 100644 --- a/scripts/oxlint.config.ts +++ b/scripts/oxlint.config.ts @@ -1,4 +1,4 @@ -import config from '../packages/configs/lint-config-rules/private.ts'; +import config from './configs/oxlint/oxlint.config.ts'; import { defineConfig } from 'oxlint'; export default defineConfig({ diff --git a/scripts/package.json b/scripts/package.json index a02edab2a08..6c573b8d8ae 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -18,6 +18,7 @@ "require": "./src/index.js", "default": "./src/index.js" }, + "./lint-config": "./configs/oxlint/oxlint.config.ts", "./package.json": "./package.json", "./tsconfig": "./configs/tsconfig/tsconfig.json", "./tsconfig-strict": "./configs/tsconfig/tsconfig.strict.json" @@ -31,6 +32,10 @@ "lint": "node ./src/cli.mjs lint", "lint-package": "node ./src/cli.mjs lint-package" }, + "dependencies": { + "@rnx-kit/oxlint-config": "^1.0.3", + "oxlint": "^1.57.0" + }, "devDependencies": { "@fluentui-react-native/kit-config": "workspace:*", "@rnx-kit/align-deps": "catalog:", diff --git a/scripts/src/preinstall/tool-versions.js b/scripts/src/preinstall/tool-versions.js index 9195794c5fb..e93017b81bf 100644 --- a/scripts/src/preinstall/tool-versions.js +++ b/scripts/src/preinstall/tool-versions.js @@ -61,7 +61,6 @@ const devToolVersions = { /** @type {Record} */ const workspaceToolVersions = { '@fluentui-react-native/babel-config': 'workspace:*', - '@fluentui-react-native/lint-config-rules': 'workspace:*', '@fluentui-react-native/jest-config': 'workspace:*', '@fluentui-react-native/scripts': 'workspace:*', }; diff --git a/scripts/src/tasks/lint.js b/scripts/src/tasks/lint.js index 8d675e30254..ed41dc97596 100644 --- a/scripts/src/tasks/lint.js +++ b/scripts/src/tasks/lint.js @@ -47,6 +47,6 @@ export class LintCommand extends Command { return localConfig; } - return fileURLToPath(new URL('../../../packages/configs/lint-config-rules/private.ts', import.meta.url)); + return fileURLToPath(new URL('../../configs/oxlint/oxlint.config.ts', import.meta.url)); } } diff --git a/yarn.lock b/yarn.lock index 64647d6164f..1f958b3d5c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2640,7 +2640,6 @@ __metadata: dependencies: "@babel/core": "catalog:" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/react-configs": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@office-iss/react-native-win32": "npm:^0.81.0" @@ -2681,7 +2680,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" @@ -2729,7 +2727,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" @@ -2778,7 +2775,6 @@ __metadata: "@fluentui-react-native/icon": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" "@fluentui-react-native/theming-utils": "workspace:*" @@ -2853,7 +2849,6 @@ __metadata: "@fluentui-react-native/icon": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -2911,7 +2906,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/pressable": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/styling-utils": "workspace:*" @@ -2968,7 +2962,6 @@ __metadata: "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" "@office-iss/react-native-win32": "npm:^0.74.0" @@ -3018,7 +3011,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/pressable": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/styling-utils": "workspace:*" @@ -3078,7 +3070,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -3126,7 +3117,6 @@ __metadata: "@babel/core": "catalog:" "@babel/preset-env": "catalog:" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/react-configs": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" @@ -3148,7 +3138,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/use-slots": "workspace:*" "@fluentui-react-native/use-styling": "workspace:*" @@ -3181,7 +3170,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/pressable": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -3235,7 +3223,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" @@ -3548,7 +3535,6 @@ __metadata: "@fluentui-react-native/icon": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -3599,7 +3585,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" "@fluentui-react-native/use-styling": "workspace:*" @@ -3647,7 +3632,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -3691,7 +3675,6 @@ __metadata: "@babel/runtime": "catalog:" "@fluentui-react-native/focus-zone": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@office-iss/react-native-win32": "npm:^0.81.0" "@office-iss/rex-win32": "npm:0.73.11-devmain.16.0.17615.15030" @@ -3751,7 +3734,6 @@ __metadata: "@fluentui-react-native/framework": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -3793,7 +3775,6 @@ __metadata: "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/framework": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -3834,7 +3815,6 @@ __metadata: "@fluentui-react-native/framework": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -3876,7 +3856,6 @@ __metadata: "@fluentui-react-native/framework": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@office-iss/react-native-win32": "npm:^0.74.0" "@react-native-community/cli": "npm:^20.0.0" @@ -3919,7 +3898,6 @@ __metadata: "@fluentui-react-native/framework": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -3961,7 +3939,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" "@office-iss/react-native-win32": "npm:^0.74.0" @@ -4005,7 +3982,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -4031,7 +4007,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -4062,7 +4037,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/pressable": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" @@ -4108,7 +4082,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theming-utils": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" @@ -4157,7 +4130,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@office-iss/react-native-win32": "npm:^0.74.0" "@react-native-community/cli": "npm:^20.0.0" @@ -4203,7 +4175,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@office-iss/react-native-win32": "npm:^0.74.0" "@react-native-community/cli": "npm:^20.0.0" @@ -4246,7 +4217,6 @@ __metadata: dependencies: "@babel/core": "catalog:" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/react-configs": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@types/jest": "npm:^29.0.0" @@ -4274,7 +4244,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-types": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" @@ -4325,7 +4294,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -4375,7 +4343,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/styling-utils": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" @@ -4426,7 +4393,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@office-iss/react-native-win32": "npm:^0.74.0" @@ -4470,7 +4436,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native/babel-preset": "npm:^0.81.0" "@rnx-kit/jest-preset": "catalog:" @@ -4505,7 +4470,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -4545,19 +4509,6 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/lint-config-rules@workspace:*, @fluentui-react-native/lint-config-rules@workspace:packages/configs/lint-config-rules": - version: 0.0.0-use.local - resolution: "@fluentui-react-native/lint-config-rules@workspace:packages/configs/lint-config-rules" - dependencies: - "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/scripts": "workspace:*" - "@rnx-kit/oxlint-config": "npm:^1.0.3" - "@types/node": "catalog:" - oxlint: "npm:^1.57.0" - typescript: "npm:^5.8.0" - languageName: unknown - linkType: soft - "@fluentui-react-native/menu-button@workspace:*, @fluentui-react-native/menu-button@workspace:packages/components/MenuButton": version: 0.0.0-use.local resolution: "@fluentui-react-native/menu-button@workspace:packages/components/MenuButton" @@ -4570,7 +4521,6 @@ __metadata: "@fluentui-react-native/icon": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" "@office-iss/react-native-win32": "npm:^0.74.0" @@ -4626,7 +4576,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -4685,7 +4634,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/pressable": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" @@ -4739,7 +4687,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/menu": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" @@ -4783,7 +4730,6 @@ __metadata: "@fluentui-react-native/framework": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" @@ -4830,7 +4776,6 @@ __metadata: "@fluentui-react-native/framework": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/persona-coin": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" @@ -4876,7 +4821,6 @@ __metadata: "@fluentui-react-native/framework": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -4915,7 +4859,6 @@ __metadata: "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -4960,7 +4903,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/pressable": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" @@ -5097,7 +5039,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" "@fluentui-react-native/use-styling": "workspace:*" @@ -5142,7 +5083,6 @@ __metadata: "@fluentui-react-native/framework": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/text": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" @@ -5189,7 +5129,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/text": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" @@ -5235,7 +5174,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -5265,7 +5203,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -5318,7 +5255,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/text": "workspace:*" @@ -5367,7 +5303,6 @@ __metadata: "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-types": "workspace:*" "@react-native/babel-preset": "npm:^0.81.0" @@ -5424,7 +5359,6 @@ __metadata: "@fluentui-react-native/input": "workspace:*" "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/menu": "workspace:*" "@fluentui-react-native/menu-button": "workspace:*" "@fluentui-react-native/notification": "workspace:*" @@ -5551,7 +5485,6 @@ __metadata: "@babel/runtime": "catalog:" "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/tester-core": "workspace:*" "@office-iss/react-native-win32": "npm:^0.81.0" @@ -5594,7 +5527,6 @@ __metadata: "@babel/runtime": "catalog:" "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/tester-core": "workspace:*" "@office-iss/react-native-win32": "npm:^0.74.0" @@ -5641,7 +5573,6 @@ __metadata: "@fluentui-react-native/experimental-shimmer": "workspace:*" "@fluentui-react-native/focus-zone": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/menu-button": "workspace:*" "@fluentui-react-native/radio-group": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" @@ -5699,7 +5630,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" @@ -5747,7 +5677,6 @@ __metadata: "@fluentui-react-native/design-tokens-win32": "npm:^0.53.0" "@fluentui-react-native/design-tokens-windows": "npm:^0.53.0" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-types": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" @@ -5775,7 +5704,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -5803,7 +5731,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@fluentui-react-native/theme-types": "workspace:*" @@ -5834,7 +5761,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -5864,7 +5790,6 @@ __metadata: "@fluentui-react-native/design-tokens-windows": "npm:^0.53.0" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-types": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" @@ -5905,7 +5830,6 @@ __metadata: "@fluentui-react-native/adapters": "workspace:*" "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-types": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" @@ -5947,7 +5871,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" "@office-iss/react-native-win32": "npm:^0.74.0" @@ -5989,7 +5912,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -6020,7 +5942,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/use-slot": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" @@ -6051,7 +5972,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/use-tokens": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" @@ -6083,7 +6003,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native-community/cli": "npm:^20.0.0" "@react-native-community/cli-platform-android": "npm:^20.0.0" @@ -6113,7 +6032,6 @@ __metadata: "@fluentui-react-native/adapters": "workspace:*" "@fluentui-react-native/babel-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@office-iss/react-native-win32": "npm:^0.81.0" "@react-native-community/cli": "npm:^20.0.0" @@ -6155,7 +6073,6 @@ __metadata: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/jest-config": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme": "workspace:*" "@fluentui-react-native/theme-tokens": "workspace:*" @@ -6219,7 +6136,6 @@ __metadata: "@fluentui-react-native/interactive-hooks": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" "@fluentui-react-native/link": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/menu-button": "workspace:*" "@fluentui-react-native/persona": "workspace:*" "@fluentui-react-native/persona-coin": "workspace:*" @@ -10937,7 +10853,6 @@ __metadata: dependencies: "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@types/react": "npm:~19.1.4" "@uifabricshared/foundation-settings": "workspace:*" @@ -10960,7 +10875,6 @@ __metadata: "@fluentui-react-native/default-theme": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/theme-types": "workspace:*" "@office-iss/react-native-win32": "npm:^0.81.0" @@ -11000,7 +10914,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/react-configs": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@types/jest": "npm:^29.0.0" @@ -11023,7 +10936,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/react-configs": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/tokens": "workspace:*" @@ -11067,7 +10979,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/react-configs": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native/babel-preset": "npm:^0.74.0" @@ -11092,7 +11003,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/react-configs": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@react-native/babel-preset": "npm:^0.81.0" @@ -11118,7 +11028,6 @@ __metadata: "@babel/core": "catalog:" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/react-configs": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/test-tools": "workspace:*" @@ -11147,7 +11056,6 @@ __metadata: "@fluentui-react-native/default-theme": "workspace:*" "@fluentui-react-native/framework-base": "workspace:*" "@fluentui-react-native/kit-config": "workspace:*" - "@fluentui-react-native/lint-config-rules": "workspace:*" "@fluentui-react-native/scripts": "workspace:*" "@fluentui-react-native/win32-theme": "workspace:*" "@react-native-community/cli": "npm:^20.0.0"