html: fix eslint warnings

This commit is contained in:
Shuanglei Tao
2022-11-03 20:18:07 +08:00
parent a4258b0dcb
commit cca66e4745
8 changed files with 13325 additions and 13327 deletions

View File

@@ -11,7 +11,7 @@
"license": "MIT",
"scripts": {
"prestart": "gulp clean",
"start": "webpack serve",
"start": "NODE_ENV=development && webpack serve",
"build": "NODE_ENV=production webpack && gulp",
"inline": "NODE_ENV=production webpack && gulp inline",
"check": "gts check",