Skip to content

Commit c4b66fd

Browse files
committed
remove lint-repo command and add yarn constraints run
1 parent bf8e4d9 commit c4b66fd

86 files changed

Lines changed: 60 additions & 90 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/E2E/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"e2etest:macos": "cross-env APPIUM_HOME=.appium wdio run wdio.conf.macos.js",
3939
"e2etest:win32": "cross-env APPIUM_HOME=.appium wdio run wdio.conf.win32.js",
4040
"e2etest:windows": "rimraf errorShots reports && cross-env APPIUM_HOME=.appium wdio run wdio.conf.windows.js",
41-
"lint": "fluentui-scripts lint",
42-
"lint-package": "fluentui-scripts lint-package"
41+
"lint": "fluentui-scripts lint"
4342
},
4443
"dependencies": {
4544
"@office-iss/rex-win32": "0.73.11-devmain.16.0.17615.15030"

apps/fluent-tester/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"format": "fluentui-scripts format",
3737
"ios": "rnx-cli run --platform ios",
3838
"lint": "fluentui-scripts lint",
39-
"lint-package": "fluentui-scripts lint-package",
4039
"macos": "rnx-cli run --platform macos",
4140
"start": "rnx-cli start",
4241
"windows": "react-native run-windows --arch x64 --sln windows/FluentTester.sln"

apps/tester-core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"clean": "fluentui-scripts clean",
3030
"depcheck": "fluentui-scripts depcheck",
3131
"format": "fluentui-scripts format",
32-
"lint": "fluentui-scripts lint",
33-
"lint-package": "fluentui-scripts lint-package"
32+
"lint": "fluentui-scripts lint"
3433
},
3534
"dependencies": {
3635
"@fluentui-react-native/adapters": "workspace:*",

apps/win32-81/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"depcheck": "fluentui-scripts depcheck",
2727
"format": "fluentui-scripts format",
2828
"lint": "fluentui-scripts lint",
29-
"lint-package": "fluentui-scripts lint-package",
3029
"run-win32": "rex-win32 --bundle index.win32 --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8",
3130
"run-win32-dev": "rex-win32 --bundle index --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8 --useFastRefresh",
3231
"run-win32-devmain": "rex-win32 --bundle index.win32 --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8 --useDevMain ",

apps/win32/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"depcheck": "fluentui-scripts depcheck",
2727
"format": "fluentui-scripts format",
2828
"lint": "fluentui-scripts lint",
29-
"lint-package": "fluentui-scripts lint-package",
3029
"run-win32": "rex-win32 --bundle index.win32 --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8",
3130
"run-win32-dev": "rex-win32 --bundle index --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8 --useFastRefresh",
3231
"run-win32-devmain": "rex-win32 --bundle index.win32 --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8 --useDevMain ",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@changesets/cli": "^2.30.0",
4545
"@rnx-kit/align-deps": "catalog:",
4646
"@rnx-kit/lint-lockfile": "catalog:",
47+
"@yarnpkg/types": "^4.0.1",
4748
"babel-jest": "^29.7.0",
4849
"cross-env": "catalog:",
4950
"knip": "catalog:",

packages/codemods/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"depcheck": "fluentui-scripts depcheck",
3333
"format": "fluentui-scripts format",
3434
"lint": "fluentui-scripts lint",
35-
"lint-package": "fluentui-scripts lint-package",
3635
"test": "fluentui-scripts jest"
3736
},
3837
"dependencies": {

packages/components/Avatar/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"depcheck": "fluentui-scripts depcheck",
3030
"format": "fluentui-scripts format",
3131
"lint": "fluentui-scripts lint",
32-
"lint-package": "fluentui-scripts lint-package",
3332
"test": "fluentui-scripts jest",
3433
"update-snapshots": "fluentui-scripts jest -u"
3534
},

packages/components/Badge/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"depcheck": "fluentui-scripts depcheck",
2626
"format": "fluentui-scripts format",
2727
"lint": "fluentui-scripts lint",
28-
"lint-package": "fluentui-scripts lint-package",
2928
"test": "fluentui-scripts jest",
3029
"update-snapshots": "fluentui-scripts jest -u"
3130
},

packages/components/Button/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"depcheck": "fluentui-scripts depcheck",
3030
"format": "fluentui-scripts format",
3131
"lint": "fluentui-scripts lint",
32-
"lint-package": "fluentui-scripts lint-package",
3332
"test": "fluentui-scripts jest",
3433
"update-snapshots": "fluentui-scripts jest -u"
3534
},

0 commit comments

Comments
 (0)