Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New eslint config #1433

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

rdimartino
Copy link
Contributor

On main, running yarn lint produces some errors because of the new flat config in ESLint v9.0.0 (broken in 6e472fa)

❯ yarn lint
yarn run v1.22.22
$ eslint --cache .
(node:2502) ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to using the "ignores" property in "eslint.config.js": https://eslint.org/docs/latest/use/configure/migration-guide#ignoring-files
(Use `node --trace-warnings ...` to show where the warning was created)

Oops! Something went wrong! :(

ESLint: 9.1.0

Error: Could not find config file.
...

This PR updates to the new ESLint flat config and also fixes one error from successfully running yarn lint

eslint.config.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants