Commit 4907899
committed
Add parserOptions to .eslintrc for ESLint without Babel config
ESLint was failing because it couldn't find babel.config.js after migrating to SWC.
Added requireConfigFile: false and minimal babelOptions to allow ESLint to work
without a Babel config file.1 parent 29a6d48 commit 4907899
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
0 commit comments