Files
MemShellParty/web/.oxlintrc.json
T

13 lines
203 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"rules": {
"no-unused-vars": [
"warn",
{
"args": "none",
"varsIgnorePattern": "^_"
}
]
}
}