Skip to content

Commit 995507f

Browse files
committed
fix: incorrect eslint config file path
1 parent 50498fb commit 995507f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import eslintGlobalConfig from "../../eslint.global.mjs";
1+
import eslintGlobalConfig from "../../eslint.config.mjs";
22

33
export default [...eslintGlobalConfig];

0 commit comments

Comments
 (0)