Skip to content

Commit

Permalink
update: add next-env declaration file to eslint ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
clostao committed Nov 6, 2024
1 parent ee3f4c3 commit 7d0b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"typescript": {}
}
},
"ignorePatterns": ["tailwind.config.js"]
"ignorePatterns": ["tailwind.config.js", "next-env.d.ts"]
}

0 comments on commit 7d0b6e8

Please sign in to comment.