Skip to content

Commit e8034d7

Browse files
committed
Reduce .oxlintrc.json file size by formatting plugins array in a single line
1 parent 42a6c13 commit e8034d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.oxlintrc.json

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

0 commit comments

Comments
 (0)