Commit d13113e
authored
fix: eslint config error when using defineConfig (#228)
fixes #227
1. The `mixed-esm-and-cjs` configuration does not exist the eslintrc version,
and config-helper does not seem to handle this scenario well.
2. use `eslint-plugin/flat/recommended`, as `recommended`is eslintrc-style.1 parent a4bf21c commit d13113e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
0 commit comments