finishes production webpack build

This commit is contained in:
James
2018-07-19 08:06:14 -04:00
parent f31f7fe348
commit 446cb3e415
10 changed files with 291 additions and 107 deletions

View File

@@ -182,7 +182,7 @@ module.exports = exports = {
"object-curly-spacing": [ WARN, "always" ],
"one-var": OFF,
"operator-assignment": [ WARN, "never" ],
"operator-linebreak": [ WARN, "after" ],
"operator-linebreak": OFF,
"padded-blocks": [ WARN, "never" ],
"quote-props": [ WARN, "consistent-as-needed" ],
"quotes": [ WARN, "single" ],