diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 53c37a166..000000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -dist \ No newline at end of file diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index c1042c736..000000000 --- a/.eslintrc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "root": true, - "extends": ["@nuxtjs/eslint-config-typescript"], - "rules": { - "vue/multi-word-component-names": "off", - "vue/no-multiple-template-root": "off", - "no-redeclare": "off", - "import/named": "off" - } -} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c05555709..35441a546 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: # name: Install pnpm # id: pnpm-install # with: - # version: 8 + # version: 9 # - run: pnpm install # - run: pnpm prepare # - run: pnpm lint @@ -34,12 +34,12 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - uses: pnpm/action-setup@v3.0.0 name: Install pnpm id: pnpm-install with: - version: 8 + version: 9 - run: pnpm install - run: pnpm prepare - run: pnpm lint diff --git a/docs/components/content/Example/ExampleAlert.vue b/docs/components/content/Example/ExampleAlert.vue index aa44b4362..31d523061 100644 --- a/docs/components/content/Example/ExampleAlert.vue +++ b/docs/components/content/Example/ExampleAlert.vue @@ -1,5 +1,10 @@