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", |
|||
"ignorePatterns": [ |
|||
"**/vendor/*.js" |
|||
], |
|||
"rules": { |
|||
"consistent-return": "off", |
|||
"no-shadow": "off", |
|||
"max-len": "off", |
|||
"linebreak-style": "off" |
|||
} |
|||
} |
|||
{ |
|||
"extends": "athom", |
|||
"ignorePatterns": [ |
|||
"**/vendor/*.js" |
|||
], |
|||
"rules": { |
|||
"consistent-return": "off", |
|||
"no-shadow": "off", |
|||
"max-len": "off" |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue