@ -185,6 +185,7 @@ rules:
linebreak-style : [ 2 , unix]
linebreak-style : [ 2 , unix]
lines-around-comment : [ 0 ]
lines-around-comment : [ 0 ]
lines-between-class-members : [ 0 ]
lines-between-class-members : [ 0 ]
logical-assignment-operators : [ 0 ]
max-classes-per-file : [ 0 ]
max-classes-per-file : [ 0 ]
max-depth : [ 0 ]
max-depth : [ 0 ]
max-len : [ 0 ]
max-len : [ 0 ]
@ -245,7 +246,7 @@ rules:
no-floating-decimal : [ 0 ]
no-floating-decimal : [ 0 ]
no-func-assign : [ 2 ]
no-func-assign : [ 2 ]
no-global-assign : [ 2 ]
no-global-assign : [ 2 ]
no-implicit-coercion : [ 0 ]
no-implicit-coercion : [ 2 ]
no-implicit-globals : [ 0 ]
no-implicit-globals : [ 0 ]
no-implied-eval : [ 2 ]
no-implied-eval : [ 2 ]
no-import-assign : [ 2 ]
no-import-assign : [ 2 ]
@ -322,7 +323,7 @@ rules:
no-unused-private-class-members : [ 2 ]
no-unused-private-class-members : [ 2 ]
no-unused-vars : [ 2 , {args: all, argsIgnorePattern: ^_, varsIgnorePattern: ^_, caughtErrorsIgnorePattern: ^_, destructuredArrayIgnorePattern: ^_, ignoreRestSiblings : false }]
no-unused-vars : [ 2 , {args: all, argsIgnorePattern: ^_, varsIgnorePattern: ^_, caughtErrorsIgnorePattern: ^_, destructuredArrayIgnorePattern: ^_, ignoreRestSiblings : false }]
no-use-before-define : [ 2 , {functions: false, classes: true, variables: true, allowNamedExports : true }]
no-use-before-define : [ 2 , {functions: false, classes: true, variables: true, allowNamedExports : true }]
no-useless-backreference : [ 0 ]
no-useless-backreference : [ 2 ]
no-useless-call : [ 2 ]
no-useless-call : [ 2 ]
no-useless-catch : [ 2 ]
no-useless-catch : [ 2 ]
no-useless-computed-key : [ 2 ]
no-useless-computed-key : [ 2 ]
@ -353,7 +354,7 @@ rules:
prefer-named-capture-group : [ 0 ]
prefer-named-capture-group : [ 0 ]
prefer-numeric-literals : [ 2 ]
prefer-numeric-literals : [ 2 ]
prefer-object-has-own : [ 0 ]
prefer-object-has-own : [ 0 ]
prefer-object-spread : [ 0 ]
prefer-object-spread : [ 2 ]
prefer-promise-reject-errors : [ 2 , {allowEmptyReject : false }]
prefer-promise-reject-errors : [ 2 , {allowEmptyReject : false }]
prefer-regex-literals : [ 2 ]
prefer-regex-literals : [ 2 ]
prefer-rest-params : [ 2 ]
prefer-rest-params : [ 2 ]
@ -455,6 +456,7 @@ rules:
unicorn/no-static-only-class : [ 2 ]
unicorn/no-static-only-class : [ 2 ]
unicorn/no-thenable : [ 2 ]
unicorn/no-thenable : [ 2 ]
unicorn/no-this-assignment : [ 2 ]
unicorn/no-this-assignment : [ 2 ]
unicorn/no-unnecessary-await : [ 2 ]
unicorn/no-unreadable-array-destructuring : [ 0 ]
unicorn/no-unreadable-array-destructuring : [ 0 ]
unicorn/no-unreadable-iife : [ 2 ]
unicorn/no-unreadable-iife : [ 2 ]
unicorn/no-unsafe-regex : [ 0 ]
unicorn/no-unsafe-regex : [ 0 ]
@ -519,6 +521,7 @@ rules:
unicorn/require-number-to-fixed-digits-argument : [ 2 ]
unicorn/require-number-to-fixed-digits-argument : [ 2 ]
unicorn/require-post-message-target-origin : [ 0 ]
unicorn/require-post-message-target-origin : [ 0 ]
unicorn/string-content : [ 0 ]
unicorn/string-content : [ 0 ]
unicorn/switch-case-braces : [ 0 ]
unicorn/template-indent : [ 2 ]
unicorn/template-indent : [ 2 ]
unicorn/text-encoding-identifier-case : [ 0 ]
unicorn/text-encoding-identifier-case : [ 0 ]
unicorn/throw-new-error : [ 2 ]
unicorn/throw-new-error : [ 2 ]