summaryrefslogtreecommitdiff
path: root/platform/web/.eslintrc.engine.js
blob: a76bd46b9ef0d9a21b47bf90dda3f3d3b79ffc5e (plain)
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
	"extends": [
		"./.eslintrc.js",
	],
	"globals": {
		"InternalConfig": true,
		"Godot": true,
		"Features": true,
		"Preloader": true,
	},
};