@@ -127,19 +127,21 @@ rules:
127127 " @stylistic/js/computed-property-spacing " : [2, never]
128128 " @stylistic/js/dot-location " : [2, property]
129129 " @stylistic/js/eol-last " : [2]
130- " @stylistic/js/function-call-spacing " : [2, never]
131130 " @stylistic/js/function-call-argument-newline " : [0]
131+ " @stylistic/js/function-call-spacing " : [2, never]
132132 " @stylistic/js/function-paren-newline " : [0]
133133 " @stylistic/js/generator-star-spacing " : [0]
134134 " @stylistic/js/implicit-arrow-linebreak " : [0]
135135 " @stylistic/js/indent " : [2, 2, {ignoreComments: true, SwitchCase: 1}]
136136 " @stylistic/js/key-spacing " : [2]
137137 " @stylistic/js/keyword-spacing " : [2]
138+ " @stylistic/js/line-comment-position " : [0]
138139 " @stylistic/js/linebreak-style " : [2, unix]
139140 " @stylistic/js/lines-around-comment " : [0]
140141 " @stylistic/js/lines-between-class-members " : [0]
141142 " @stylistic/js/max-len " : [0]
142143 " @stylistic/js/max-statements-per-line " : [0]
144+ " @stylistic/js/multiline-comment-style " : [0]
143145 " @stylistic/js/multiline-ternary " : [0]
144146 " @stylistic/js/new-parens " : [2]
145147 " @stylistic/js/newline-per-chained-call " : [0]
@@ -705,6 +707,7 @@ rules:
705707 unicorn/better-regex : [0]
706708 unicorn/catch-error-name : [0]
707709 unicorn/consistent-destructuring : [2]
710+ unicorn/consistent-empty-array-spread : [2]
708711 unicorn/consistent-function-scoping : [2]
709712 unicorn/custom-error-definition : [0]
710713 unicorn/empty-brace-spaces : [2]
@@ -731,9 +734,11 @@ rules:
731734 unicorn/no-for-loop : [0]
732735 unicorn/no-hex-escape : [0]
733736 unicorn/no-instanceof-array : [0]
737+ unicorn/no-invalid-fetch-options : [2]
734738 unicorn/no-invalid-remove-event-listener : [2]
735739 unicorn/no-keyword-prefix : [0]
736740 unicorn/no-lonely-if : [2]
741+ unicorn/no-magic-array-flat-depth : [0]
737742 unicorn/no-negated-condition : [0]
738743 unicorn/no-nested-ternary : [0]
739744 unicorn/no-new-array : [0]
@@ -799,10 +804,12 @@ rules:
799804 unicorn/prefer-set-has : [0]
800805 unicorn/prefer-set-size : [2]
801806 unicorn/prefer-spread : [0]
807+ unicorn/prefer-string-raw : [0]
802808 unicorn/prefer-string-replace-all : [0]
803809 unicorn/prefer-string-slice : [0]
804810 unicorn/prefer-string-starts-ends-with : [2]
805811 unicorn/prefer-string-trim-start-end : [2]
812+ unicorn/prefer-structured-clone : [2]
806813 unicorn/prefer-switch : [0]
807814 unicorn/prefer-ternary : [0]
808815 unicorn/prefer-text-content : [2]
0 commit comments