Open Scrum opened 6 years ago
package.json
"posthtml": { "posthtml-beautify": { "rusle": { "blankLines": true } } }
posthtml.config.js
module.exports = { plugins: [ require("posthtml-beautify")({ rules: { blankLines: false } }) ] };
Just in case: blankLines should be inside rules object, see https://github.com/Scrum/posthtml-beautify#rules
blankLines
rules
package.json
posthtml.config.js