Skip to content

Commit

Permalink
chore: remove superfluous eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashuber69 committed Jan 18, 2025
1 parent cfd0a50 commit 88cb83e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/test/vue/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
1 change: 0 additions & 1 deletion src/test/vue/vue.config.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/test/webpack/index.js
Original file line number Diff line number Diff line change
@@ -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 = () => {
Expand Down

0 comments on commit 88cb83e

Please sign in to comment.