Skip to content

Commit 26a1e2e

Browse files
committed
fixup! fix(rit-tests-v9): update type-check ref to run against repo r19
1 parent e3a678e commit 26a1e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": ["plugin:@fluentui/eslint-plugin/react"],
33
"root": true,
4-
"ignorePatterns": ["!**/*", "src/react-19/**/*", "src/react-17/**/*"],
4+
"ignorePatterns": ["!**/*", "src/react-18/**/*", "src/react-17/**/*"],
55
"rules": {
66
"@nx/workspace-enforce-use-client": "off",
77
"@nx/workspace-no-restricted-globals": "off",

0 commit comments

Comments
 (0)