diff --git a/web/explorer/.eslintrc.cjs b/web/explorer/.eslintrc.cjs index 5ee7e2ac..7845420a 100644 --- a/web/explorer/.eslintrc.cjs +++ b/web/explorer/.eslintrc.cjs @@ -1,13 +1,13 @@ /* eslint-env node */ -require('@rushstack/eslint-patch/modern-module-resolution') +require("@rushstack/eslint-patch/modern-module-resolution"); module.exports = { - root: true, - extends: ['plugin:vue/vue3-essential', 'eslint:recommended', '@vue/eslint-config-prettier/skip-formatting'], - parserOptions: { - ecmaVersion: 'latest' - }, - rules: { - 'vue/multi-word-component-names': 'off' - } -} + root: true, + extends: ["plugin:vue/vue3-essential", "eslint:recommended", "@vue/eslint-config-prettier/skip-formatting"], + parserOptions: { + ecmaVersion: "latest" + }, + rules: { + "vue/multi-word-component-names": "off" + } +}; diff --git a/web/explorer/.prettierrc.json b/web/explorer/.prettierrc.json index ecb550a4..376c2bf7 100644 --- a/web/explorer/.prettierrc.json +++ b/web/explorer/.prettierrc.json @@ -1,8 +1,8 @@ { - "$schema": "https://json.schemastore.org/prettierrc", - "semi": true, - "tabWidth": 4, - "singleQuote": false, - "printWidth": 120, - "trailingComma": "none" -} \ No newline at end of file + "$schema": "https://json.schemastore.org/prettierrc", + "semi": true, + "tabWidth": 4, + "singleQuote": false, + "printWidth": 120, + "trailingComma": "none" +} diff --git a/web/explorer/index.html b/web/explorer/index.html index f2d13068..dfc8c32d 100644 --- a/web/explorer/index.html +++ b/web/explorer/index.html @@ -1,13 +1,13 @@ - - - - - Capa Explorer - - -
- - + + + + + Capa Explorer + + +
+ + diff --git a/web/explorer/jsconfig.json b/web/explorer/jsconfig.json index 5a1f2d22..e9c23cd3 100644 --- a/web/explorer/jsconfig.json +++ b/web/explorer/jsconfig.json @@ -1,8 +1,8 @@ { - "compilerOptions": { - "paths": { - "@/*": ["./src/*"] - } - }, - "exclude": ["node_modules", "dist"] + "compilerOptions": { + "paths": { + "@/*": ["./src/*"] + } + }, + "exclude": ["node_modules", "dist"] }