Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed May 20, 2024
1 parent 5a41677 commit 629d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/next/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default [
{
files: ["src/app/**/{layout,page}.ts{,x}", "src/pages/api/**/*.ts"],
rules: {
"import/no-default-export": "off",
"import-x/no-default-export": "off",
"react/display-name": "off",
},
},
Expand Down

0 comments on commit 629d725

Please sign in to comment.