1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00
Files
godot/platform/web/.eslintrc.sw.js

15 lines
273 B
JavaScript

module.exports = {
"extends": [
"./.eslintrc.js",
],
"rules": {
"no-restricted-globals": 0,
},
"globals": {
"onClientMessage": true,
"___GODOT_ENSURE_CROSSORIGIN_ISOLATION_HEADERS___": true,
"___GODOT_CACHE___": true,
"___GODOT_OPT_CACHE___": true,
},
};