{
	"rules": {
		"array-type": false,
		"arrow-return-shorthand": [true, "multiline"],
		"no-duplicate-switch-case": true,
		"no-duplicate-variable": false,
		"no-empty": true,
		"no-eval": true,
		"no-string-literal": false,
		"no-string-throw": true,
		"no-use-before-declare": true,
		"no-var-keyword": false,
		"prefer-template": false,
		"switch-default": true,
		"triple-equals": false
	}
}
