1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/platform/web/.eslintrc.engine.js
2022-09-17 11:21:17 +02:00

12 lines
162 B
JavaScript

module.exports = {
"extends": [
"./.eslintrc.js",
],
"globals": {
"InternalConfig": true,
"Godot": true,
"Features": true,
"Preloader": true,
},
};