mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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 => {
|
transform: content => {
|
||||||
const metadata = require(path.resolve(__dirname, "package.json"))
|
const metadata = require(path.resolve(__dirname, "package.json"))
|
||||||
const banner =
|
const banner =
|
||||||
`{#-\n` +
|
"{#-\n" +
|
||||||
` This file was automatically generated - do not edit\n` +
|
" This file was automatically generated - do not edit\n" +
|
||||||
`-#}\n`
|
"-#}\n"
|
||||||
return banner + html.minify(content.toString(), {
|
return banner + html.minify(content.toString(), {
|
||||||
collapseBooleanAttributes: true,
|
collapseBooleanAttributes: true,
|
||||||
collapseWhitespace: true,
|
collapseWhitespace: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user