Skip to content

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

@rdimartino
Copy link
Contributor Author

Obsoleted by #1458

@rdimartino rdimartino closed this Mar 6, 2025
@fisker
Copy link
Member

fisker commented Mar 6, 2025

Sorry, didn't notice there is already one.

@rdimartino
Copy link
Contributor Author

@fisker No worries!

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.

3 participants