1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Upgrade to eslint 9

This commit is contained in:
patwork
2024-05-12 04:16:02 +02:00
parent 8e2141eac5
commit 1a89ae70eb
16 changed files with 917 additions and 1604 deletions

View File

@@ -1,4 +1,4 @@
const Features = { // eslint-disable-line no-unused-vars
const Features = {
/**
* Check whether WebGL is available. Optionally, specify a particular version of WebGL to check for.
*