flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
34
BACK_BACK/node_modules/parse-asn1/.eslintrc
generated
vendored
Executable file
34
BACK_BACK/node_modules/parse-asn1/.eslintrc
generated
vendored
Executable file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"camelcase": "off",
|
||||
"func-style": "off",
|
||||
"id-length": "off",
|
||||
"max-lines-per-function": "off",
|
||||
"multiline-comment-style": "off",
|
||||
"no-negated-condition": "off",
|
||||
"no-param-reassign": "warn",
|
||||
"sort-keys": "off",
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "./asn1.js",
|
||||
"rules": {
|
||||
"no-underscore-dangle": "off",
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"./asn1.js",
|
||||
"./certificate.js",
|
||||
],
|
||||
"rules": {
|
||||
"no-invalid-this": "off",
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue