rsnext/packages/next/lib/eslint
JJ Kasper dfd4069791
Fix eslint loading on Windows (#30040)
This fixes the failing Azure tests from `import` being used to load `eslint` with an absolute path: 

```sh
error - ESLint: Only file and data URLs are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
```
2021-10-18 19:10:20 +00:00
..
customFormatter.ts Update to latest babel versions (#28174) 2021-08-17 09:18:08 +02:00
hasEslintConfiguration.ts [ESLint] Introduce a new setup process when next lint is run for the first time (#26584) 2021-08-04 21:53:15 +00:00
runLintCheck.ts Fix eslint loading on Windows (#30040) 2021-10-18 19:10:20 +00:00
writeDefaultConfig.ts [ESLint] Introduce a new setup process when next lint is run for the first time (#26584) 2021-08-04 21:53:15 +00:00