Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Nov 13, 2024
1 parent 2a0086a commit 6d7be33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const compat = new FlatCompat({
export default [
prettier,
{
ignores: ["**/dist", "**/build"],
ignores: ["**/dist", "**/build", "**/global-config.ts"],
}, ...compat.extends(
"eslint:recommended",
"plugin:react/recommended",
Expand Down

0 comments on commit 6d7be33

Please sign in to comment.