Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c833cb6 commit 342b7b4Copy full SHA for 342b7b4
package.json
@@ -75,6 +75,7 @@
75
"@babel/core": "7.0.0",
76
"@babel/register": "7.0.0",
77
"@vue/cli-plugin-babel": "3.5.3",
78
+ "@vue/cli-plugin-eslint": "3.5.1",
79
"@vue/cli-plugin-unit-jest": "3.5.3",
80
"@vue/cli-service": "3.5.3",
81
"@vue/test-utils": "1.0.0-beta.29",
vue.config.js
@@ -21,7 +21,7 @@ module.exports = {
21
publicPath: '/',
22
outputDir: 'dist',
23
assetsDir: 'static',
24
- lintOnSave: process.env.NODE_ENV === 'development' ? 'error' : false,
+ lintOnSave: process.env.NODE_ENV === 'development',
25
productionSourceMap: false,
26
devServer: {
27
port: port,
0 commit comments