mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
![]() |
{
|
||
|
"rules": {
|
||
|
"ban": false,
|
||
|
"class-name": true,
|
||
|
"eofline": true,
|
||
|
"forin": true,
|
||
|
"interface-name": [
|
||
|
true,
|
||
|
"never-prefix"
|
||
|
],
|
||
|
"jsdoc-format": true,
|
||
|
"label-position": true,
|
||
|
"member-access": true,
|
||
|
"member-ordering": [
|
||
|
true,
|
||
|
{
|
||
|
"order": [
|
||
|
"static-field",
|
||
|
"instance-field",
|
||
|
"constructor",
|
||
|
"public-instance-method",
|
||
|
"protected-instance-method",
|
||
|
"private-instance-method"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"no-any": false,
|
||
|
"no-arg": true,
|
||
|
"no-bitwise": true,
|
||
|
"no-conditional-assignment": true,
|
||
|
"no-consecutive-blank-lines": false,
|
||
|
"no-console": [
|
||
|
true,
|
||
|
"log",
|
||
|
"debug",
|
||
|
"info",
|
||
|
"time",
|
||
|
"timeEnd",
|
||
|
"trace"
|
||
|
],
|
||
|
"no-construct": true,
|
||
|
"no-debugger": true,
|
||
|
"no-duplicate-variable": true,
|
||
|
"no-empty": true,
|
||
|
"no-eval": true,
|
||
|
"no-inferrable-types": false,
|
||
|
"no-internal-module": true,
|
||
|
"no-null-keyword": false,
|
||
|
"no-require-imports": false,
|
||
|
"no-shadowed-variable": true,
|
||
|
"no-switch-case-fall-through": true,
|
||
|
"no-trailing-whitespace": true,
|
||
|
"no-unused-expression": true,
|
||
|
"no-var-keyword": true,
|
||
|
"no-var-requires": true,
|
||
|
"object-literal-sort-keys": false,
|
||
|
"radix": true,
|
||
|
"switch-default": true,
|
||
|
"triple-equals": [
|
||
|
true,
|
||
|
"allow-null-check"
|
||
|
],
|
||
|
"typedef": [
|
||
|
false,
|
||
|
"call-signature",
|
||
|
"parameter",
|
||
|
"arrow-parameter",
|
||
|
"property-declaration",
|
||
|
"variable-declaration",
|
||
|
"member-variable-declaration"
|
||
|
],
|
||
|
"variable-name": [
|
||
|
true,
|
||
|
"check-format",
|
||
|
"allow-leading-underscore",
|
||
|
"ban-keywords"
|
||
|
]
|
||
|
}
|
||
|
}
|