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

package..eslintrc Maven / Gradle / Ivy

Go to download

Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

The newest version!
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"func-name-matching": 0,
		"max-statements": [2, 15]
	},

	"overrides": [
		{
			"files": ["test.js"],
			"rules": {
				"no-magic-numbers": 0,
			},
		},
	],
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy