summaryrefslogtreecommitdiff
path: root/platform/javascript/.eslintrc.libs.js
blob: e5f0c3d147f09dd0ee8740575282ff2c73a61b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module.exports = {
	"extends": [
		"./.eslintrc.js",
	],
	"globals": {
		"LibraryManager": true,
		"mergeInto": true,
		"autoAddDeps": true,
		"HEAP8": true,
		"HEAPU8": true,
		"HEAP32": true,
		"HEAPF32": true,
		"ERRNO_CODES": true,
		"FS": true,
		"IDBFS": true,
		"GodotOS": true,
		"GodotConfig": true,
		"GodotRuntime": true,
		"GodotFS": true,
		"IDHandler": true,
	},
};