Skip to content

Commit fca442e

Browse files
committed
Add .oxlintrc.json with plugin configurations
1 parent 36f06bd commit fca442e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.oxlintrc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"plugins": [
3+
"jsx-a11y",
4+
"nextjs",
5+
"import",
6+
"react"
7+
]
8+
}

0 commit comments

Comments
 (0)