Set CI environment variable to NODE_ENV=production during linting (#73)

This commit is contained in:
Keavon Chambers
2021-04-14 01:27:01 -07:00
committed by GitHub
parent e3be55d4e2
commit fcc4c1874b
4 changed files with 8 additions and 4 deletions
+3
View File
@@ -26,6 +26,9 @@
],
"vetur.format.options.useTabs": true,
"eslint.format.enable": true,
"eslint.workingDirectories": [
"./client/web"
],
"files.eol": "\n",
"html.format.wrapLineLength": 200,
"vetur.validation.interpolation": false,