UNPKG

eslint-plugin-canonical

Version:
7 lines (6 loc) 275 B
/** * @file Rule to ensure that there exist no index files * @author Stefan Lau */ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noIndex", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener>; export default _default;