Skip to content

Commit 413fd4c

Browse files
babel support for eslint
1 parent ca841cd commit 413fd4c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.eslintrc.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "next/core-web-vitals"
3-
}
2+
"extends": [
3+
"next/babel",
4+
"next/core-web-vitals"
5+
]
6+
}

0 commit comments

Comments
 (0)