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

package..eslintrc Maven / Gradle / Ivy

Go to download

Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.

There is a newer version: 1.2.1
Show newest version
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"id-length": [2, { "min": 1, "max": 35 }],
		"max-params": [2, 4],
	},

	"overrides": [
		{
			"files": "test/**",
			"rules": {
				"max-lines-per-function": 0,
			},
		},
	],
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy