Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
0 deletions
-
package.json
|
@ -44,6 +44,7 @@ |
|
|
"rules": { |
|
|
"rules": { |
|
|
"import/no-unassigned-import": 0, |
|
|
"import/no-unassigned-import": 0, |
|
|
"import/no-dynamic-require": 0, |
|
|
"import/no-dynamic-require": 0, |
|
|
|
|
|
"import/no-unresolved": 0, |
|
|
"max-depth": 0, |
|
|
"max-depth": 0, |
|
|
"no-use-before-define": 0, |
|
|
"no-use-before-define": 0, |
|
|
"complexity": 0, |
|
|
"complexity": 0, |
|
|