mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"ignorePatterns": ["vendor/**"],
|
|
"rules": {
|
|
"no-unused-vars": [
|
|
"warn",
|
|
{
|
|
"args": "none",
|
|
"varsIgnorePattern": "^_"
|
|
}
|
|
]
|
|
}
|
|
}
|