eslint-config-atomic
Version:
Eslint config used in atom-ide-community
22 lines (21 loc) • 455 B
JavaScript
;
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"],
};