Has anyone run into issu…

less than 1 minute read

Has anyone run into issues running Cypress e2e tests with ESLint and only using JS? It doesn’t appear that any JS files are being picked up by the linter. If I use ESLint with TS files then everything works fine.

```> nx run test-app-e2e:lint

Linting “test-app-e2e”… Invalid lint configuration. Nothing to lint.```

Updated: