diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..3620975 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,10 @@ +module.exports = { + "rules": { + "no-mixed-spaces-and-tabs": 0, + }, + "parserOptions": { + "sourceType": "module", + "parser": "babel-eslint", + "ecmaVersion": 6 + }, +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 403adbc..25e65c3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,10 @@ pnpm-debug.log* *.njsproj *.sln *.sw? + +# MetadataService files +*.lmetadata +*.metadata + +# Yarn and NPM +.yarn \ No newline at end of file diff --git a/assets/css/sidebar.css b/assets/css/sidebar.css deleted file mode 100644 index 6a17c9a..0000000 --- a/assets/css/sidebar.css +++ /dev/null @@ -1,3 +0,0 @@ -/* -Soon - */ \ No newline at end of file diff --git a/package.json b/package.json index faca069..6c863c5 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "crypto-random-string": "^3.3.0", "dotenv-webpack": "^6.0.0", "lodash.throttle": "^4.1.1", + "moment": "^2.29.1", "nprogress": "^0.2.0", "socket.io": "^3.1.0", "tiptap": "^1.32.0", @@ -36,7 +37,6 @@ "devDependencies": { "@intlify/vue-i18n-loader": "^1.0.0", "@vue/cli-plugin-babel": "~4.5.0", - "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.0", diff --git a/src/App.vue b/src/App.vue index 2d08517..8152c64 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,9 @@