All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package..eslintrc Maven / Gradle / Ivy

{
	"root": true,

	"extends": "@ljharb",

	"globals": {
		"DataView": false,
	},

	"rules": {
		"new-cap": ["error", {
			"capIsNewExceptions": [
				"GetIntrinsic",
			],
		}],
	},
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy