style: object-shorthand

https://eslint.org/docs/rules/object-shorthand
This commit is contained in:
curbengh 2019-11-22 11:48:21 +00:00
parent 89a6dcea9e
commit 1fdac53793
1 changed files with 6 additions and 6 deletions

View File

@ -207,10 +207,10 @@ function brotliFn () {
}
module.exports = {
minifyHtml: minifyHtml,
minifyCss: minifyCss,
minifyJs: minifyJs,
minifySvg: minifySvg,
gzipFn: gzipFn,
brotliFn: brotliFn
minifyHtml,
minifyCss,
minifyJs,
minifySvg,
gzipFn,
brotliFn
}