UNPKG

eslint-plugin-obsidian

Version:

ESLint rules for Obsidian

6 lines 259 B
import type { TSESTree } from '@typescript-eslint/types'; import { Context } from '../../dto/context'; export declare function create(context: Context): { ClassDeclaration(node: TSESTree.ClassDeclaration): void; }; //# sourceMappingURL=createRule.d.ts.map