summaryrefslogtreecommitdiffstats
path: root/platform/web/.eslintrc.sw.js
blob: cba9ed8001c29b3f1e67dc8b089007ddf3067afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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,
	},
};