mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Fixed linter errors
This commit is contained in:
parent
631846394e
commit
d9fb0b6d36
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user