cockpit-project / cockpit-ostree

Cockpit component for managing software updates for OSTree based systems
GNU Lesser General Public License v2.1
26 stars 17 forks source link

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

Closed jelly closed 4 months ago

jelly commented 4 months ago

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