wg-easy/src/.eslintrc.json

11 lines
167 B
JSON
Raw Normal View History

2021-05-23 04:21:09 +08:00
{
"extends": "athom",
2021-05-23 23:05:24 +08:00
"ignorePatterns": [
"**/vendor/*.js"
],
2021-05-23 04:21:09 +08:00
"rules": {
"consistent-return": "off",
2021-11-23 05:15:09 +08:00
"no-shadow": "off",
"max-len": "off"
2021-05-23 04:21:09 +08:00
}
}