We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e7fa4 commit 299c2cdCopy full SHA for 299c2cd
1 file changed
src/configs/e18e.ts
@@ -27,7 +27,9 @@ export async function e18e(options: OptionsE18e & OptionsProjectType & OptionsIs
27
...moduleReplacements ? { ...configs.moduleReplacements!.rules } : {},
28
...performanceImprovements ? { ...configs.performanceImprovements!.rules } : {},
29
30
- // these are a bit opinionated and dangerous, so we'll disable them for now
+ // these are a bit opinionated and dangerous (introducing behavioral changes), so we'll disable them by default for now
31
+ 'e18e/prefer-array-at': 'off',
32
+ 'e18e/prefer-array-from-map': 'off',
33
'e18e/prefer-array-to-reversed': 'off',
34
'e18e/prefer-array-to-sorted': 'off',
35
'e18e/prefer-array-to-spliced': 'off',
0 commit comments