mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-11-18 00:19:22 +08:00
7 lines
97 B
JSON
7 lines
97 B
JSON
|
{
|
||
|
"extends": "athom",
|
||
|
"rules": {
|
||
|
"consistent-return": "off",
|
||
|
"no-shadow": "off"
|
||
|
}
|
||
|
}
|