| ... |
|
adjacent-overload-signatures.md
|
1.92 KB |
|
array-type.md
|
4.3 KB |
|
await-thenable.md
|
1 KB |
|
ban-ts-comment.md
|
3.22 KB |
|
ban-tslint-comment.md
|
1 KB |
|
ban-types.md
|
5.51 KB |
|
brace-style.md
|
420 B |
|
camelcase.md
|
277 B |
|
class-literal-property-style.md
|
3.25 KB |
|
comma-dangle.md
|
856 B |
|
comma-spacing.md
|
418 B |
|
consistent-generic-constructors.md
|
1.89 KB |
|
consistent-indexed-object-style.md
|
1.56 KB |
|
consistent-type-assertions.md
|
3.13 KB |
|
consistent-type-definitions.md
|
1.36 KB |
|
consistent-type-exports.md
|
2.13 KB |
|
consistent-type-imports.md
|
1.59 KB |
|
default-param-last.md
|
1.12 KB |
|
dot-notation.md
|
2.04 KB |
|
explicit-function-return-type.md
|
5.15 KB |
|
explicit-member-accessibility.md
|
7.94 KB |
|
explicit-module-boundary-types.md
|
5.21 KB |
|
func-call-spacing.md
|
458 B |
|
indent.md
|
531 B |
|
init-declarations.md
|
430 B |
|
keyword-spacing.md
|
436 B |
|
lines-between-class-members.md
|
1.87 KB |
|
member-delimiter-style.md
|
4.39 KB |
|
member-ordering.md
|
25.32 KB |
|
method-signature-style.md
|
2.42 KB |
|
naming-convention.md
|
25.82 KB |
|
no-array-constructor.md
|
734 B |
|
no-base-to-string.md
|
2.48 KB |
|
no-confusing-non-null-assertion.md
|
1.31 KB |
|
no-confusing-void-expression.md
|
3.51 KB |
|
no-dupe-class-members.md
|
423 B |
|
no-duplicate-enum-values.md
|
927 B |
|
no-duplicate-imports.md
|
411 B |
|
no-dynamic-delete.md
|
1.59 KB |
|
no-empty-function.md
|
1.93 KB |
|
no-empty-interface.md
|
1.51 KB |
|
no-explicit-any.md
|
3.23 KB |
|
no-extra-non-null-assertion.md
|
779 B |
|
no-extra-parens.md
|
391 B |
|
no-extra-semi.md
|
374 B |
|
no-extraneous-class.md
|
5.97 KB |
|
no-floating-promises.md
|
2.49 KB |
|
no-for-in-array.md
|
1.18 KB |
|
no-implicit-any-catch.md
|
1.77 KB |
|
no-implied-eval.md
|
2.55 KB |
|
no-inferrable-types.md
|
2.68 KB |
|
no-invalid-this.md
|
428 B |
|
no-invalid-void-type.md
|
3.32 KB |
|
no-loop-func.md
|
424 B |
|
no-loss-of-precision.md
|
464 B |
|
no-magic-numbers.md
|
3.25 KB |
|
no-meaningless-void-operator.md
|
1.71 KB |
|
no-misused-new.md
|
582 B |
|
no-misused-promises.md
|
6.23 KB |
|
no-namespace.md
|
2.25 KB |
|
no-non-null-asserted-nullish-coalescing.md
|
1.45 KB |
|
no-non-null-asserted-optional-chain.md
|
1.64 KB |
|
no-non-null-assertion.md
|
801 B |
|
no-parameter-properties.md
|
6.36 KB |
|
no-redeclare.md
|
1.76 KB |
|
no-redundant-type-constituents.md
|
2.59 KB |
|
no-require-imports.md
|
811 B |
|
no-restricted-imports.md
|
1.42 KB |
|
no-shadow.md
|
2.38 KB |
|
no-this-alias.md
|
938 B |
|
no-throw-literal.md
|
2.35 KB |
|
no-type-alias.md
|
13.27 KB |
|
no-unnecessary-boolean-literal-compare.md
|
4.64 KB |
|
no-unnecessary-condition.md
|
3.36 KB |
|
no-unnecessary-qualifier.md
|
1.12 KB |
|
no-unnecessary-type-arguments.md
|
1.13 KB |
|
no-unnecessary-type-assertion.md
|
1.25 KB |
|
no-unnecessary-type-constraint.md
|
1.71 KB |
|
no-unsafe-argument.md
|
2.35 KB |
|
no-unsafe-assignment.md
|
2.25 KB |
|
no-unsafe-call.md
|
1.09 KB |
|
no-unsafe-member-access.md
|
1.22 KB |
|
no-unsafe-return.md
|
2.3 KB |
|
no-unused-expressions.md
|
449 B |
|
no-unused-vars.md
|
389 B |
|
no-use-before-define.md
|
2.13 KB |
|
no-useless-constructor.md
|
865 B |
|
no-useless-empty-export.md
|
1.2 KB |
|
no-var-requires.md
|
773 B |
|
non-nullable-type-assertion-style.md
|
841 B |
|
object-curly-spacing.md
|
413 B |
|
padding-line-between-statements.md
|
1.06 KB |
|
parameter-properties.md
|
7.88 KB |
|
prefer-as-const.md
|
748 B |
|
prefer-enum-initializers.md
|
1.39 KB |
|
prefer-for-of.md
|
1.11 KB |
|
prefer-function-type.md
|
1.64 KB |
|
prefer-includes.md
|
2.17 KB |
|
prefer-literal-enum-member.md
|
2.62 KB |
|
prefer-namespace-keyword.md
|
960 B |
|
prefer-nullish-coalescing.md
|
5.39 KB |
|
prefer-optional-chain.md
|
2.52 KB |
|
prefer-readonly.md
|
1.99 KB |
|
prefer-readonly-parameter-types.md
|
7.07 KB |
|
prefer-reduce-type-parameter.md
|
1.81 KB |
|
prefer-regexp-exec.md
|
1.37 KB |
|
prefer-return-this-type.md
|
1.96 KB |
|
prefer-string-starts-ends-with.md
|
1.32 KB |
|
prefer-ts-expect-error.md
|
2.24 KB |
|
promise-function-async.md
|
1.05 KB |
|
quotes.md
|
453 B |
|
README.md
|
810 B |
|
require-array-sort-compare.md
|
2.19 KB |
|
require-await.md
|
636 B |
|
restrict-plus-operands.md
|
1.41 KB |
|
restrict-template-expressions.md
|
1.77 KB |
|
return-await.md
|
4.05 KB |
|
semi.md
|
626 B |
|
sort-type-union-intersection-members.md
|
2.42 KB |
|
space-before-blocks.md
|
777 B |
|
space-before-function-paren.md
|
464 B |
|
space-infix-ops.md
|
410 B |
|
strict-boolean-expressions.md
|
6.97 KB |
|
switch-exhaustiveness-check.md
|
1.8 KB |
|
TEMPLATE.md
|
506 B |
|
triple-slash-reference.md
|
1.7 KB |
|
type-annotation-spacing.md
|
4.85 KB |
|
typedef.md
|
6.23 KB |
|
unbound-method.md
|
2.69 KB |
|
unified-signatures.md
|
1.2 KB |