package..eslintrc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of define-properties Show documentation
Show all versions of define-properties Show documentation
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
{
"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