1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Fixed linter errors

This commit is contained in:
squidfunk 2019-05-17 21:54:47 +02:00
parent 631846394e
commit d9fb0b6d36

View File

@ -200,9 +200,9 @@ module.exports = (_env, args) => { // eslint-disable-line complexity
transform: content => {
const metadata = require(path.resolve(__dirname, "package.json"))
const banner =
`{#-\n` +
` This file was automatically generated - do not edit\n` +
`-#}\n`
"{#-\n" +
" This file was automatically generated - do not edit\n" +
"-#}\n"
return banner + html.minify(content.toString(), {
collapseBooleanAttributes: true,
collapseWhitespace: true,