flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
23
BACK_BACK/node_modules/is-accessor-descriptor/.eslintrc
generated
vendored
Executable file
23
BACK_BACK/node_modules/is-accessor-descriptor/.eslintrc
generated
vendored
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "index.js",
|
||||
"rules": {
|
||||
"complexity": "off",
|
||||
"no-param-reassign": "warn",
|
||||
},
|
||||
},
|
||||
{
|
||||
"files": "test/**/*.js",
|
||||
"rules": {
|
||||
"id-length": "off",
|
||||
"getter-return": "off",
|
||||
"max-lines-per-function": "warn",
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue