ags
This commit is contained in:
parent
eddf7cecb8
commit
aea798d119
16631 changed files with 1480363 additions and 257 deletions
33
home/ags/node_modules/object.groupby/.eslintrc
generated
vendored
Normal file
33
home/ags/node_modules/object.groupby/.eslintrc
generated
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"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",
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue