UNPKG

pattern-lab-minify-html

Version:

The Minify HTML Plugin allows [Pattern Lab Node](https://github.com/pattern-lab/patternlab-node) users to minify and beautify the HTML template of all patterns. If the right options are passed, HTML errors like empty attributes can be prevented (id="" and

17 lines (16 loc) 269 B
module.exports = { env: { browser: true, commonjs: true, es2021: true, }, extends: ['standard'], parserOptions: { ecmaVersion: 12, }, rules: { semi: 0, 'comma-dangle': 0, 'space-before-function-paren': 0, }, };