Skip to content

Commit 8dbb820

Browse files
authored
fix: make ci work again (#300)
use defineConfig for eslint
1 parent 84c5d8b commit 8dbb820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import js from "@eslint/js";
22
import prettier from "eslint-config-prettier";
33
import vue from "eslint-plugin-vue";
4+
import { defineConfig } from "eslint/config";
45
import ts from "typescript-eslint";
56

6-
export default ts.config(
7+
export default defineConfig(
78
js.configs.recommended,
89
ts.configs.strictTypeChecked,
910
ts.configs.stylisticTypeChecked,

0 commit comments

Comments
 (0)