diff --git a/.eslintrc b/.eslintrc index 4902c1eb..812beeb4 100644 --- a/.eslintrc +++ b/.eslintrc @@ -32,6 +32,7 @@ // Disable vue2-specific rules (until https://github.com/nuxt/eslint-config/issues/216 is fixed) "vue/no-v-model-argument": "off" }, + "ignorePatterns": ["examples/**"], "overrides": [ { "files": ["*.ts", "*.vue"], diff --git a/.vscode/settings.json b/.vscode/settings.json index 12eab9d2..566213f8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "cSpell.words": ["Unplugin"] + "cSpell.words": ["nuxt", "Unplugin"] } diff --git a/package.json b/package.json index 6732cb92..c758c264 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,8 @@ "vue": "^3.2.45" }, "devDependencies": { - "@nuxtjs/eslint-config-typescript": "^12.0.0", + "@nuxt/schema": "^3.1.1", + "@js/eslint-config-typescript": "^12.0.0", "@types/node": "^18.11.18", "@types/prettier": "^2.7.2", "@vitest/coverage-c8": "^0.26.3", diff --git a/playground/Test.stories.vue b/playground/TestStory.stories.vue similarity index 100% rename from playground/Test.stories.vue rename to playground/TestStory.stories.vue diff --git a/playground/index.html b/playground/index.html index 68678677..25ad3964 100644 --- a/playground/index.html +++ b/playground/index.html @@ -14,14 +14,14 @@
visit /__inspect/ to inspect the intermediate state