mirror of https://github.com/wg-easy/wg-easy
4 changed files with 25 additions and 2572 deletions
@ -0,0 +1 @@ |
|||||
|
** |
||||
File diff suppressed because it is too large
@ -1,12 +1,11 @@ |
|||||
{ |
{ |
||||
"extends": "athom", |
"extends": "athom", |
||||
"ignorePatterns": [ |
"ignorePatterns": [ |
||||
"**/vendor/*.js" |
"**/vendor/*.js" |
||||
], |
], |
||||
"rules": { |
"rules": { |
||||
"consistent-return": "off", |
"consistent-return": "off", |
||||
"no-shadow": "off", |
"no-shadow": "off", |
||||
"max-len": "off", |
"max-len": "off" |
||||
"linebreak-style": "off" |
} |
||||
} |
} |
||||
} |
|
||||
|
|||||
Loading…
Reference in new issue