Skip to content

Commit 40fab9b

Browse files
dmytrokirpaHotell
andauthored
chore: enforce explicit module boundary types (microsoft#35080)
Co-authored-by: Martin Hochel <[email protected]>
1 parent daffe60 commit 40fab9b

File tree

1,467 files changed

+3730
-1831
lines changed

Some content is hidden

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

1,467 files changed

+3730
-1831
lines changed

apps/chart-docsite/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"@typescript-eslint/no-explicit-any": "off",
66
"@typescript-eslint/jsx-no-bind": "off",
77
"@typescript-eslint/no-deprecated": "off",
8+
"@typescript-eslint/explicit-module-boundary-types": "off",
89
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }]
910
}
1011
}

apps/perf-test-react-components/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"root": true,
44
"rules": {
55
"@griffel/styles-file": "off",
6+
"@typescript-eslint/explicit-module-boundary-types": "off",
67
"no-console": "off",
78
"@nx/workspace-no-restricted-globals": "off"
89
}

apps/public-docsite-v9/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"rules": {
55
"@typescript-eslint/no-explicit-any": "off",
66
"@typescript-eslint/jsx-no-bind": "off",
7+
"@typescript-eslint/explicit-module-boundary-types": "off",
78
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }],
89
"@typescript-eslint/no-deprecated": "off"
910
}

apps/react-17-tests-v9/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"ignorePatterns": ["!**/*", "src/issues.tsx"],
55
"rules": {
66
"@nx/workspace-no-restricted-globals": "off",
7+
"@typescript-eslint/explicit-module-boundary-types": "off",
78
"import/no-extraneous-dependencies": "off"
89
}
910
}

apps/react-18-tests-v9/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"ignorePatterns": ["!**/*", "src/issues.tsx"],
55
"rules": {
66
"@nx/workspace-no-restricted-globals": "off",
7+
"@typescript-eslint/explicit-module-boundary-types": "off",
78
"import/no-extraneous-dependencies": "off"
89
}
910
}

apps/react-19-tests-v9/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"root": true,
44
"rules": {
55
"@nx/workspace-no-restricted-globals": "off",
6+
"@typescript-eslint/explicit-module-boundary-types": "off",
67
"import/no-extraneous-dependencies": "off"
78
}
89
}

apps/ssr-tests-v9/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": ["plugin:@fluentui/eslint-plugin/node"],
33
"root": true,
44
"rules": {
5+
"@typescript-eslint/explicit-module-boundary-types": "off",
56
"import/no-extraneous-dependencies": ["error", { "packageDir": ["../../", "./"] }],
67
"no-restricted-globals": "off"
78
}

apps/vr-tests-react-components/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@typescript-eslint/no-explicit-any": "off",
88
"@typescript-eslint/naming-convention": "off",
99
"@typescript-eslint/jsx-no-bind": "off",
10+
"@typescript-eslint/explicit-module-boundary-types": "off",
1011
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }],
1112
"@nx/workspace-no-restricted-globals": "off",
1213
"@typescript-eslint/no-deprecated": "off"

change/@fluentui-component-selector-preview-00dbd8b8-84bf-4aeb-a60c-903db5f851fb.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@fluentui-eslint-plugin-10dcdd84-5a4d-4f4d-aa95-4efbe72fffcb.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)