From 4acd4c85e5ec05751afede4c1272148d60c8a7e3 Mon Sep 17 00:00:00 2001
From: marston
Date: Thu, 15 Feb 2024 15:23:04 -0500
Subject: [PATCH 1/2] lint
---
.eslintrc.cjs | 1 -
README.md | 21 ++++--
index.html | 30 ++++----
public/icon.svg | 38 +++++-----
public/vite.svg | 19 ++++-
src/App.vue | 24 +++----
src/assets/css/ck.css | 103 +++++++++++++++++++++++---
src/assets/css/style.css | 116 +++++++++++++++---------------
src/assets/vue.svg | 7 +-
src/components/DraftDocuments.vue | 69 +++++++++---------
src/components/HelloWorld.vue | 14 ++--
src/components/NavBar.vue | 2 +-
src/config/mainnet.ts | 36 +++++-----
src/config/nav.ts | 2 +-
src/main.ts | 2 +-
src/store/main.ts | 87 ++++++++++++----------
src/utils/conversion.ts | 2 +-
src/views/DraftEditor.vue | 24 ++++---
src/views/HomePage.vue | 41 ++++++-----
src/views/UserPage.vue | 56 ++++++++-------
src/views/UserSettings.vue | 4 +-
tsconfig.json | 30 +++++---
tsconfig.node.json | 4 +-
vite.config.ts | 4 +-
24 files changed, 441 insertions(+), 295 deletions(-)
diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index 8541c49..ecf8361 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -1,6 +1,5 @@
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')
-
module.exports = {
root: true,
'extends': [
diff --git a/README.md b/README.md
index ef72fd5..b3567de 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,27 @@
# Vue 3 + TypeScript + Vite
-This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `
-
+
+
+