1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-09-03 10:03:05 +02:00

gulp: add minification

This commit is contained in:
Kushagra Gour
2018-01-13 23:09:35 +05:30
parent b7a38a555c
commit c510af2f33
2 changed files with 27 additions and 5 deletions

View File

@@ -115,7 +115,7 @@
"no-shadow": "error",
"no-shadow-restricted-names": "error",
"no-spaced-func": "error",
"no-sync": "error",
"no-sync": "off",
"no-ternary": "off",
"no-throw-literal": "error",
"no-trailing-spaces": "error",
@@ -138,7 +138,7 @@
"no-warning-comments": "off",
"no-whitespace-before-property": "error",
"no-with": "error",
"object-curly-spacing": ["error", "always"],
"object-curly-spacing": "off",
"object-property-newline": "off",
"object-shorthand": "off",
"one-var": "off",