wg-easy/src/.eslintrc.json

7 lines
97 B
JSON
Raw Normal View History

2021-05-23 04:21:09 +08:00
{
"extends": "athom",
"rules": {
"consistent-return": "off",
"no-shadow": "off"
}
}