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