lix-website/themes/lix/assets/bootstrap/node_modules/object.groupby/.eslintrc
2024-04-26 22:49:34 -06:00

34 lines
489 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"array-bracket-newline": "off",
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"CreateDataPropertyOrThrow",
"GroupBy",
"OrdinaryObjectCreate",
],
}],
},
"overrides": [
{
"files": "aos/*.js",
"rules": {
"max-statements": "off",
},
},
{
"files": "test/tests.js",
"rules": {
"max-lines-per-function": "off",
},
},
],
}