不夜De星空 1 год назад
Родитель
Сommit
4112d8720a
1 измененных файлов с 3 добавлено и 2 удалено
  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
 })