UNPKG

ec0lint-style-config-postcss

Version:
12 lines (10 loc) 193 B
'use strict'; module.exports = { extends: ['ec0lint-style-config-recommended'], overrides: [ { files: ['*.html', '**/*.html'], customSyntax: 'postcss-html', }, ], };