We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca841cd commit 413fd4cCopy full SHA for 413fd4c
.eslintrc.json
@@ -1,3 +1,6 @@
1
{
2
- "extends": "next/core-web-vitals"
3
-}
+ "extends": [
+ "next/babel",
4
+ "next/core-web-vitals"
5
+ ]
6
+}
0 commit comments