Skip to content

Commit

Permalink
chore: change eslint ignorePatterns to build
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Oct 18, 2024
1 parent 765865d commit ffb4e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
root: true,
extends: ["universe/native"],
ignorePatterns: ["plugin/build"],
ignorePatterns: ["build"],
};

0 comments on commit ffb4e3d

Please sign in to comment.