Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.eslintrc.json: boolean values are deprecated for globals
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
- Loading branch information