Skip to content

Commit

Permalink
Merge pull request #1074 from ai16z/fix/plugin-multiversx
Browse files Browse the repository at this point in the history
fix: incorrect eslint config file path
  • Loading branch information
shakkernerd authored Dec 14, 2024
2 parents 50498fb + 995507f commit 56495f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-multiversx/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import eslintGlobalConfig from "../../eslint.global.mjs";
import eslintGlobalConfig from "../../eslint.config.mjs";

export default [...eslintGlobalConfig];

0 comments on commit 56495f7

Please sign in to comment.