diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 995e89984..000000000 --- a/.eslintignore +++ /dev/null @@ -1,6 +0,0 @@ -# Common -node_modules -dist -.nuxt -coverage -docs diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100755 index 7ce3ca75e..000000000 --- a/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - root: true, - extends: [ - '@nuxtjs', - '@nuxtjs/eslint-config-typescript' - ], - rules: { - 'vue/multi-word-component-names': 0 - } -} diff --git a/build.config.ts b/build.config.ts index 536ae085e..cfc894aec 100644 --- a/build.config.ts +++ b/build.config.ts @@ -2,6 +2,6 @@ import { defineBuildConfig } from 'unbuild' export default defineBuildConfig({ externals: [ - 'ipx' - ] + 'ipx', + ], }) diff --git a/docs/.eslintignore b/docs/.eslintignore deleted file mode 100644 index de4d1f007..000000000 --- a/docs/.eslintignore +++ /dev/null @@ -1,2 +0,0 @@ -dist -node_modules diff --git a/docs/.eslintrc b/docs/.eslintrc deleted file mode 100644 index c6cfc5b10..000000000 --- a/docs/.eslintrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "root": true, - "extends": ["@antfu"] -} diff --git a/docs/app.config.ts b/docs/app.config.ts index c2a5b2ba8..f4d1fec09 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -2,5 +2,5 @@ export default defineAppConfig({ ui: { primary: 'green', gray: 'slate', - } + }, }) diff --git a/docs/app.vue b/docs/app.vue index 5bfcce39a..ed69f1825 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -10,7 +10,7 @@ useServerSeoMeta({ useHead({ htmlAttrs: { lang: 'en', - } + }, }) const links = [{ label: 'Documentation', @@ -44,18 +44,46 @@ watch(() => search.value?.commandPaletteRef?.query, debounce((query) => {