@typescript-eslint/eslint-plugin
Version:
TypeScript plugin for ESLint
70 lines • 3.78 kB
TypeScript
declare const _default: {
parserOptions: {
program: null;
project: false;
projectService: false;
};
rules: {
'-eslint/await-thenable': "off";
'-eslint/consistent-return': "off";
'-eslint/consistent-type-exports': "off";
'-eslint/dot-notation': "off";
'-eslint/naming-convention': "off";
'-eslint/no-array-delete': "off";
'-eslint/no-base-to-string': "off";
'-eslint/no-confusing-void-expression': "off";
'-eslint/no-deprecated': "off";
'-eslint/no-duplicate-type-constituents': "off";
'-eslint/no-floating-promises': "off";
'-eslint/no-for-in-array': "off";
'-eslint/no-implied-eval': "off";
'-eslint/no-meaningless-void-operator': "off";
'-eslint/no-misused-promises': "off";
'-eslint/no-misused-spread': "off";
'-eslint/no-mixed-enums': "off";
'-eslint/no-redundant-type-constituents': "off";
'-eslint/no-unnecessary-boolean-literal-compare': "off";
'-eslint/no-unnecessary-condition': "off";
'-eslint/no-unnecessary-qualifier': "off";
'-eslint/no-unnecessary-template-expression': "off";
'-eslint/no-unnecessary-type-arguments': "off";
'-eslint/no-unnecessary-type-assertion': "off";
'-eslint/no-unnecessary-type-conversion': "off";
'-eslint/no-unnecessary-type-parameters': "off";
'-eslint/no-unsafe-argument': "off";
'-eslint/no-unsafe-assignment': "off";
'-eslint/no-unsafe-call': "off";
'-eslint/no-unsafe-enum-comparison': "off";
'-eslint/no-unsafe-member-access': "off";
'-eslint/no-unsafe-return': "off";
'-eslint/no-unsafe-type-assertion': "off";
'-eslint/no-unsafe-unary-minus': "off";
'-eslint/non-nullable-type-assertion-style': "off";
'-eslint/only-throw-error': "off";
'-eslint/prefer-destructuring': "off";
'-eslint/prefer-find': "off";
'-eslint/prefer-includes': "off";
'-eslint/prefer-nullish-coalescing': "off";
'-eslint/prefer-optional-chain': "off";
'-eslint/prefer-promise-reject-errors': "off";
'-eslint/prefer-readonly': "off";
'-eslint/prefer-readonly-parameter-types': "off";
'-eslint/prefer-reduce-type-parameter': "off";
'-eslint/prefer-regexp-exec': "off";
'-eslint/prefer-return-this-type': "off";
'-eslint/prefer-string-starts-ends-with': "off";
'-eslint/promise-function-async': "off";
'-eslint/related-getter-setter-pairs': "off";
'-eslint/require-array-sort-compare': "off";
'-eslint/require-await': "off";
'-eslint/restrict-plus-operands': "off";
'-eslint/restrict-template-expressions': "off";
'-eslint/return-await': "off";
'-eslint/strict-boolean-expressions': "off";
'-eslint/switch-exhaustiveness-check': "off";
'-eslint/unbound-method': "off";
'-eslint/use-unknown-in-catch-callback-variable': "off";
};
};
export = _default;
//# sourceMappingURL=disable-type-checked.d.ts.map