We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd69d9 commit e0a96f2Copy full SHA for e0a96f2
1 file changed
eslint.config.ts
@@ -159,10 +159,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
159
'unicorn/prefer-string-raw': 'off', // The additional prefix doesn't help readability
160
'unicorn/prefer-string-slice': 'off', // string.substring is sometimes easier to use
161
'unicorn/prefer-ternary': 'off', // ternaries aren't always better
162
-
163
- // TODO @Shinigami92 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',
+ 'unicorn/prevent-abbreviations': 'off', // if abbreviations don't reduce readability, they're fine
166
},
167
168
//#endregion
0 commit comments