UNPKG

eslint-plugin-html-compat

Version:

ESLint plugin to check HTML element and attribute compatibility using browserslist and @mdn/browser-compat-data

22 lines 545 B
declare const plugin: { meta: { name: string; version: string; namespace: string; }; rules: { "html-compat": import("eslint").Rule.RuleModule; "html-deprecated": import("eslint").Rule.RuleModule; }; configs: { recommended: { plugins: string[]; rules: { "compat-html/html-compat": string; "compat-html/html-deprecated": string; }; }; }; }; export default plugin; //# sourceMappingURL=index.d.ts.map