Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / client / vue.config.js
diff --git a/client/vue.config.js b/client/vue.config.js
new file mode 100644 (file)
index 0000000..bdf54dc
--- /dev/null
@@ -0,0 +1,3 @@
+module.exports = {
+  lintOnSave: false
+};