mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-11-18 00:19:22 +08:00
10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"extends": "athom",
|
|
"ignorePatterns": [
|
|
"**/vendor/*.js"
|
|
],
|
|
"rules": {
|
|
"consistent-return": "off",
|
|
"no-shadow": "off"
|
|
}
|
|
} |