@arabasta/eslint-plugin-tsoa
Version:
ESLint plugin for tsoa rules
26 lines (23 loc) • 1.05 kB
TypeScript
import { TSESLint } from '@typescript-eslint/utils';
declare const plugin: TSESLint.FlatConfig.Plugin & {
configs: {
recommended: TSESLint.FlatConfig.Config;
'recommended-legacy': TSESLint.ClassicConfig.Config;
};
rules: {
'no-jsdoc-example-for-complex-property-type': TSESLint.AnyRuleModule;
'require-example-decorator': TSESLint.AnyRuleModule;
'require-jsdoc-returns': TSESLint.AnyRuleModule;
'require-property-example-decorator': TSESLint.AnyRuleModule;
'valid-alternative-response': TSESLint.AnyRuleModule;
'valid-alternative-response-type': TSESLint.AnyRuleModule;
'valid-security-decorator': TSESLint.AnyRuleModule;
'valid-example-decorator-type': TSESLint.AnyRuleModule;
'valid-response-decorator-type': TSESLint.AnyRuleModule;
'require-jsdoc-example-for-enum-property-type': TSESLint.AnyRuleModule;
'require-tags-metadata': TSESLint.AnyRuleModule;
'require-security-metadata': TSESLint.AnyRuleModule;
'require-tags-decorator': TSESLint.AnyRuleModule;
};
};
export = plugin;