diff --git a/src/test/vue/main.js b/src/test/vue/main.js index 340a995..04eaa5f 100644 --- a/src/test/vue/main.js +++ b/src/test/vue/main.js @@ -3,5 +3,4 @@ import { createApp } from "vue"; import App from "./App.vue"; -// eslint-disable-next-line @typescript-eslint/no-unsafe-argument createApp(App).mount("#app"); diff --git a/src/test/vue/vue.config.js b/src/test/vue/vue.config.js index 67d153d..53f4c1f 100644 --- a/src/test/vue/vue.config.js +++ b/src/test/vue/vue.config.js @@ -1,6 +1,5 @@ // https://github.com/andreashuber69/async-css-plugin/blob/develop/README.md#----async-css-plugin -// eslint-disable-next-line n/no-deprecated-api if (!require.extensions[".ts"]) { require("ts-node").register({ project: "./tsconfig.json", diff --git a/src/test/webpack/index.js b/src/test/webpack/index.js index 2ad7d32..f3a7061 100644 --- a/src/test/webpack/index.js +++ b/src/test/webpack/index.js @@ -1,6 +1,5 @@ // https://github.com/andreashuber69/async-css-plugin/blob/develop/README.md#----async-css-plugin -// eslint-disable-next-line import/no-unassigned-import import "./style.css"; const component = () => {