amnezia-wg-easy/src/.eslintrc.json
2023-12-25 06:48:20 +08:00

11 lines
168 B
JSON

{
"extends": "athom",
"ignorePatterns": [
"**/vendor/*.js"
],
"rules": {
"consistent-return": "off",
"no-shadow": "off",
"max-len": "off"
}
}