@html-eslint/eslint-plugin
Version:
ESLint plugin for HTML
16 lines • 634 B
TypeScript
/**
* @param {TemplateLiteral} node
* @param {Context<any[]>} context
* @returns {boolean}
*/
export function shouldCheckTemplateLiteral(node: TemplateLiteral, context: Context<any[]>): boolean;
/**
* @param {TaggedTemplateExpression} node
* @param {Context<any[]>} context
* @returns {boolean}
*/
export function shouldCheckTaggedTemplateExpression(node: TaggedTemplateExpression, context: Context<any[]>): boolean;
import type { TemplateLiteral } from "@html-eslint/types";
import type { Context } from "../../types";
import type { TaggedTemplateExpression } from "@html-eslint/types";
//# sourceMappingURL=settings.d.ts.map