/
concept-collection
/
mesh-studio
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
mesh-studio
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
8a92adc
Branches
main
mesh-studio
/
.oxlintrc.json
8 lines · 245 B
Copy
Copied
Blame
History
Raw
1
{
2
"$schema"
:
"./node_modules/oxlint/configuration_schema.json"
,
3
"plugins"
:
[
"react"
,
"typescript"
,
"oxc"
]
,
4
"rules"
:
{
5
"react/rules-of-hooks"
:
"error"
,
6
"react/only-export-components"
:
[
"warn"
,
{
"allowConstantExport"
:
true
}
]
7
}
8
}
↑
↓
move
↵
open
esc
close