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

.eslintrc.json: boolean values are deprecated for globals #615

Merged
merged 1 commit into from
May 21, 2024

Conversation

jelly
Copy link
Member

@jelly jelly commented May 21, 2024

As per ESLint docs these options still allow boolean values but in reality they are deprecated and replaced by "readonly". Oxlint currently cannot deal with this and therefore cannot parse the eslint configuration file.

https://eslint.org/docs/latest/use/configure/language-options#using-configuration-files

As per ESLint docs these options still allow boolean values but in
reality they are deprecated and replaced by "readonly". Oxlint currently
cannot deal with this and therefore cannot parse the eslint
configuration file.

https://eslint.org/docs/latest/use/configure/language-options#using-configuration-files
@jelly jelly added the no-test For image rebuilds and manual test requests label May 21, 2024
@jelly jelly requested a review from martinpitt May 21, 2024 11:29
@jelly jelly self-assigned this May 21, 2024
@martinpitt martinpitt merged commit 6303e7c into cockpit-project:main May 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test For image rebuilds and manual test requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants