Skip to content

Commit

Permalink
chore(examples): ignore next typescript eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mudetroit committed Oct 23, 2024
1 parent f96ece1 commit b1fa939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-approuter/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"root": true,
"extends": ["next/core-web-vitals", "next/typescript"]
"extends": ["next/core-web-vitals"]
}
2 changes: 1 addition & 1 deletion examples/nextjs/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"root": true,
"extends": ["next/core-web-vitals", "next/typescript"]
"extends": ["next/core-web-vitals"]
}

0 comments on commit b1fa939

Please sign in to comment.