@typescript-eslint/eslint-plugin
Version:
TypeScript plugin for ESLint
156 lines • 8.66 kB
TypeScript
declare const _default: {
extends: string[];
rules: {
'-eslint/adjacent-overload-signatures': "error";
'-eslint/array-type': "error";
'-eslint/await-thenable': "error";
'-eslint/ban-ts-comment': "error";
'-eslint/ban-tslint-comment': "error";
'-eslint/class-literal-property-style': "error";
'class-methods-use-this': "off";
'-eslint/class-methods-use-this': "error";
'-eslint/consistent-generic-constructors': "error";
'-eslint/consistent-indexed-object-style': "error";
'consistent-return': "off";
'-eslint/consistent-return': "error";
'-eslint/consistent-type-assertions': "error";
'-eslint/consistent-type-definitions': "error";
'-eslint/consistent-type-exports': "error";
'-eslint/consistent-type-imports': "error";
'default-param-last': "off";
'-eslint/default-param-last': "error";
'dot-notation': "off";
'-eslint/dot-notation': "error";
'-eslint/explicit-function-return-type': "error";
'-eslint/explicit-member-accessibility': "error";
'-eslint/explicit-module-boundary-types': "error";
'init-declarations': "off";
'-eslint/init-declarations': "error";
'max-params': "off";
'-eslint/max-params': "error";
'-eslint/member-ordering': "error";
'-eslint/method-signature-style': "error";
'-eslint/naming-convention': "error";
'no-array-constructor': "off";
'-eslint/no-array-constructor': "error";
'-eslint/no-array-delete': "error";
'-eslint/no-base-to-string': "error";
'-eslint/no-confusing-non-null-assertion': "error";
'-eslint/no-confusing-void-expression': "error";
'-eslint/no-deprecated': "error";
'no-dupe-class-members': "off";
'-eslint/no-dupe-class-members': "error";
'-eslint/no-duplicate-enum-values': "error";
'-eslint/no-duplicate-type-constituents': "error";
'-eslint/no-dynamic-delete': "error";
'no-empty-function': "off";
'-eslint/no-empty-function': "error";
'-eslint/no-empty-object-type': "error";
'-eslint/no-explicit-any': "error";
'-eslint/no-extra-non-null-assertion': "error";
'-eslint/no-extraneous-class': "error";
'-eslint/no-floating-promises': "error";
'-eslint/no-for-in-array': "error";
'no-implied-eval': "off";
'-eslint/no-implied-eval': "error";
'-eslint/no-import-type-side-effects': "error";
'-eslint/no-inferrable-types': "error";
'no-invalid-this': "off";
'-eslint/no-invalid-this': "error";
'-eslint/no-invalid-void-type': "error";
'no-loop-func': "off";
'-eslint/no-loop-func': "error";
'no-magic-numbers': "off";
'-eslint/no-magic-numbers': "error";
'-eslint/no-meaningless-void-operator': "error";
'-eslint/no-misused-new': "error";
'-eslint/no-misused-promises': "error";
'-eslint/no-misused-spread': "error";
'-eslint/no-mixed-enums': "error";
'-eslint/no-namespace': "error";
'-eslint/no-non-null-asserted-nullish-coalescing': "error";
'-eslint/no-non-null-asserted-optional-chain': "error";
'-eslint/no-non-null-assertion': "error";
'no-redeclare': "off";
'-eslint/no-redeclare': "error";
'-eslint/no-redundant-type-constituents': "error";
'-eslint/no-require-imports': "error";
'no-restricted-imports': "off";
'-eslint/no-restricted-imports': "error";
'-eslint/no-restricted-types': "error";
'no-shadow': "off";
'-eslint/no-shadow': "error";
'-eslint/no-this-alias': "error";
'-eslint/no-unnecessary-boolean-literal-compare': "error";
'-eslint/no-unnecessary-condition': "error";
'-eslint/no-unnecessary-parameter-property-assignment': "error";
'-eslint/no-unnecessary-qualifier': "error";
'-eslint/no-unnecessary-template-expression': "error";
'-eslint/no-unnecessary-type-arguments': "error";
'-eslint/no-unnecessary-type-assertion': "error";
'-eslint/no-unnecessary-type-constraint': "error";
'-eslint/no-unnecessary-type-parameters': "error";
'-eslint/no-unsafe-argument': "error";
'-eslint/no-unsafe-assignment': "error";
'-eslint/no-unsafe-call': "error";
'-eslint/no-unsafe-declaration-merging': "error";
'-eslint/no-unsafe-enum-comparison': "error";
'-eslint/no-unsafe-function-type': "error";
'-eslint/no-unsafe-member-access': "error";
'-eslint/no-unsafe-return': "error";
'-eslint/no-unsafe-type-assertion': "error";
'-eslint/no-unsafe-unary-minus': "error";
'no-unused-expressions': "off";
'-eslint/no-unused-expressions': "error";
'no-unused-vars': "off";
'-eslint/no-unused-vars': "error";
'no-use-before-define': "off";
'-eslint/no-use-before-define': "error";
'no-useless-constructor': "off";
'-eslint/no-useless-constructor': "error";
'-eslint/no-useless-empty-export': "error";
'-eslint/no-wrapper-object-types': "error";
'-eslint/non-nullable-type-assertion-style': "error";
'no-throw-literal': "off";
'-eslint/only-throw-error': "error";
'-eslint/parameter-properties': "error";
'-eslint/prefer-as-const': "error";
'prefer-destructuring': "off";
'-eslint/prefer-destructuring': "error";
'-eslint/prefer-enum-initializers': "error";
'-eslint/prefer-find': "error";
'-eslint/prefer-for-of': "error";
'-eslint/prefer-function-type': "error";
'-eslint/prefer-includes': "error";
'-eslint/prefer-literal-enum-member': "error";
'-eslint/prefer-namespace-keyword': "error";
'-eslint/prefer-nullish-coalescing': "error";
'-eslint/prefer-optional-chain': "error";
'prefer-promise-reject-errors': "off";
'-eslint/prefer-promise-reject-errors': "error";
'-eslint/prefer-readonly': "error";
'-eslint/prefer-readonly-parameter-types': "error";
'-eslint/prefer-reduce-type-parameter': "error";
'-eslint/prefer-regexp-exec': "error";
'-eslint/prefer-return-this-type': "error";
'-eslint/prefer-string-starts-ends-with': "error";
'-eslint/promise-function-async': "error";
'-eslint/related-getter-setter-pairs': "error";
'-eslint/require-array-sort-compare': "error";
'require-await': "off";
'-eslint/require-await': "error";
'-eslint/restrict-plus-operands': "error";
'-eslint/restrict-template-expressions': "error";
'no-return-await': "off";
'-eslint/return-await': "error";
'-eslint/strict-boolean-expressions': "error";
'-eslint/switch-exhaustiveness-check': "error";
'-eslint/triple-slash-reference': "error";
'-eslint/typedef': "error";
'-eslint/unbound-method': "error";
'-eslint/unified-signatures': "error";
'-eslint/use-unknown-in-catch-callback-variable': "error";
};
};
export = _default;
//# sourceMappingURL=all.d.ts.map