forked from mirrors/amnezia-wg-easy
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"extends": "athom",
|
|
"ignorePatterns": [
|
|
"**/vendor/*.js"
|
|
],
|
|
"rules": {
|
|
"consistent-return": "off",
|
|
"no-shadow": "off",
|
|
"max-len": "off"
|
|
}
|
|
}
|