Skip to content

Commit 6c1ce75

Browse files
updating lint stuff
1 parent c27a34c commit 6c1ce75

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@vue/cli-service": "^5.0.8",
9797
"@vue/eslint-config-typescript": "^14.1.3",
9898
"@vue/test-utils": "^2.4.6",
99-
"@wdns/eslint-config-wdns": "^1.0.7",
99+
"@wdns/eslint-config-wdns": "^1.0.10",
100100
"@wdns/stylelint-config-wdns": "^1.0.0",
101101
"@wdns/vue-code-block": "^2.3.3",
102102
"autoprefixer": "^10.4.20",
@@ -133,7 +133,7 @@
133133
"vite": "^5.4.10",
134134
"vite-plugin-css-injected-by-js": "^3.5.2",
135135
"vite-plugin-dts": "^4.3.0",
136-
"vite-plugin-eslint2": "^5.0.1",
136+
"vite-plugin-eslint2": "^5.0.2",
137137
"vite-plugin-static-copy": "^2.0.0",
138138
"vite-plugin-stylelint": "5.3.1",
139139
"vite-plugin-vue-devtools": "^7.6.3",

pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.vue

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import 'prismjs/components/prism-typescript.js';
3232
3333
3434
onMounted(() => {
35-
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
3635
Prism.highlightAll();
3736
});
3837

src/plugin/composables/helpers.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unsafe-argument */
21
import { watchDebounced } from '@vueuse/core';
32
import {
43
UseAutoPage,

0 commit comments

Comments
 (0)