Explorar el Código

关闭代码检查

不夜De星空 hace 1 año
padre
commit
4112d8720a
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      vue.config.js

+ 3 - 2
vue.config.js

@@ -1,4 +1,5 @@
-const { defineConfig } = require('@vue/cli-service')
+const {defineConfig} = require('@vue/cli-service')
 module.exports = defineConfig({
-  transpileDependencies: true
+    transpileDependencies: true,
+    lintOnSave: false
 })