mirror of https://github.com/wg-easy/wg-easy
7 changed files with 24 additions and 31 deletions
@ -1,11 +1,11 @@ |
|||
{ |
|||
"extends": "athom", |
|||
"ignorePatterns": [ |
|||
"**/vendor/*.js" |
|||
], |
|||
"rules": { |
|||
"consistent-return": "off", |
|||
"no-shadow": "off", |
|||
"max-len": "off" |
|||
} |
|||
} |
|||
{ |
|||
"extends": "athom", |
|||
"ignorePatterns": [ |
|||
"node_modules/**/*" |
|||
], |
|||
"rules": { |
|||
"consistent-return": "off", |
|||
"no-shadow": "off", |
|||
"max-len": "off" |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue