Commit 8febd66
Fix eslint config: restore .flat accessor for reactHooks.configs
The previous change removed the .flat accessor which caused ESLint to use
the old eslintrc format config (with plugins as array of strings) instead
of the flat config format (with plugins as object). This led to CI failures.
Co-authored-by: d10c <9970661+d10c@users.noreply.github.com>1 parent ffac626 commit 8febd66
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments