File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
159
159
'unicorn/prefer-string-raw' : 'off' , // The additional prefix doesn't help readability
160
160
'unicorn/prefer-string-slice' : 'off' , // string.substring is sometimes easier to use
161
161
'unicorn/prefer-ternary' : 'off' , // ternaries aren't always better
162
-
163
- // TODO @Shinigami 92 2023-09-23: The following rules currently conflict with our code.
164
- // Each rule should be checked whether it should be enabled/configured and the problems fixed, or stay disabled permanently.
165
- 'unicorn/prevent-abbreviations' : 'off' ,
162
+ 'unicorn/prevent-abbreviations' : 'off' , // if abbreviations don't reduce readability, they're fine
166
163
} ,
167
164
} ,
168
165
//#endregion
You can’t perform that action at this time.
0 commit comments