Skip to content

Commit

Permalink
update eslint.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
songkg7 committed Dec 12, 2024
1 parent 84f9959 commit 70ad5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const compat = new FlatCompat({
});

export default [{
files: ["**/*.ts", "**/*.tsx"],
ignores: ["**/node_modules/", "**/main.js"],
}, ...compat.extends(
"eslint:recommended",
Expand Down

0 comments on commit 70ad5a2

Please sign in to comment.