Skip to content

[test]: multi config #144

@Scrum

Description

@Scrum

package.json

"posthtml": {
  "posthtml-beautify": {
    "rusle": {
      "blankLines": true
    }
  }
}

posthtml.config.js

module.exports = {
  plugins: [
    require("posthtml-beautify")({
        rules: {
          blankLines: false
        }
    })
  ]
};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions