Skip to content

Commit ec9cc4f

Browse files
authored
fix: eslint config fixes after repo reorg (adobe#9826)
1 parent 2f114b3 commit ec9cc4f

File tree

6 files changed

+160
-140
lines changed

6 files changed

+160
-140
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ export default [{
493493
},
494494
}, {
495495
files: [
496-
"packages/@react-aria/interactions/src/**/*.ts",
497-
"packages/@react-aria/interactions/src/**/*.tsx",
496+
"packages/react-aria/src/interactions/**/*.ts",
497+
"packages/react-aria/src/interactions/**/*.tsx",
498498
],
499499

500500
rules: {

0 commit comments

Comments
 (0)