Skip to content

Commit

Permalink
chore: fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Feb 1, 2023
1 parent cf71c5a commit f81700b
Show file tree
Hide file tree
Showing 9 changed files with 234 additions and 12 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"cSpell.words": ["Unplugin"]
"cSpell.words": ["nuxt", "Unplugin"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<body>
<div id="app"></div>
<a
href="/__inspect/module?id=./Test.stories.vue&index=2"
href="/__inspect/module?id=./TestStory.stories.vue&index=2"
target="_blank"
style="text-decoration: none; margin-top: 10px; display: block"
>visit /__inspect/ to inspect the intermediate state</a
>
<script
type="module"
src="./Test.stories.vue"
src="./TestStory.stories.vue"
></script>
</body>
</html>
Loading

0 comments on commit f81700b

Please sign in to comment.