UNPKG

eslint-config-atomic

Version:
22 lines (21 loc) 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.htmlConfig = void 0; exports.htmlConfig = { files: [ "**/*.erb", "**/*.handlebars", "**/*.hbs", "**/*.htm", "**/*.html", "**/*.mustache", "**/*.nunjucks", "**/*.php", "**/*.tag", "**/*.twig", "**/*.we", "**/*.xhtml", "**/*.xml", ], plugins: ["html"], };