Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Akatsuki1910 committed Jul 11, 2024
1 parent 64fc487 commit 2b33051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"import/no-unused-modules": [
"error",
{
"ignoreExports": ["**/*.d.ts", "**/page.tsx", "**/layout.tsx"],
"ignoreExports": ["**/page.tsx", "**/layout.tsx"],
"unusedExports": true
}
],
Expand Down

0 comments on commit 2b33051

Please sign in to comment.