Skip to content

Commit 858edfd

Browse files
committed
lint-package-fix && format
1 parent f032324 commit 858edfd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/utils/test-tools/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"build-core": "tsgo --outDir lib --module esnext --moduleResolution bundler",
2828
"clean": "fluentui-scripts clean",
2929
"depcheck": "fluentui-scripts depcheck",
30+
"format": "fluentui-scripts format",
3031
"lint": "fluentui-scripts eslint",
3132
"lint-package": "fluentui-scripts lint-package",
32-
"format": "fluentui-scripts format",
3333
"update-snapshots": "fluentui-scripts jest -u"
3434
},
3535
"dependencies": {
@@ -55,6 +55,11 @@
5555
"react": "18.2.0 || 19.0.0 || 19.1.0",
5656
"react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0"
5757
},
58+
"peerDependenciesMeta": {
59+
"@types/react": {
60+
"optional": true
61+
}
62+
},
5863
"rnx-kit": {
5964
"kitType": "library",
6065
"extends": "@fluentui-react-native/kit-config",

0 commit comments

Comments
 (0)