File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -220,9 +220,6 @@ module.exports = {
220
220
// The `sortCharacterClasses` option is not very useful
221
221
'unicorn/better-regex' : [ 2 , { sortCharacterClasses : false } ] ,
222
222
223
- // TODO: enable once https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1343 is fixed
224
- 'unicorn/prefer-prototype-methods' : 0 ,
225
-
226
223
// Too strict
227
224
'unicorn/no-null' : 0 ,
228
225
'unicorn/no-array-reduce' : 0 ,
@@ -243,13 +240,6 @@ module.exports = {
243
240
// TODO: enable those rules
244
241
'unicorn/no-process-exit' : 0 ,
245
242
'unicorn/import-style' : 0 ,
246
- // TODO: enable after dropping Node 8 support
247
- 'unicorn/prefer-optional-catch-binding' : 0 ,
248
- 'unicorn/prefer-string-trim-start-end' : 0 ,
249
- // TODO: enable after dropping Node <12 support
250
- 'unicorn/numeric-separators-style' : 0 ,
251
- 'unicorn/prefer-array-flat' : 0 ,
252
- 'unicorn/prefer-array-flat-map' : 0 ,
253
243
} ,
254
244
overrides : [
255
245
{
You can’t perform that action at this time.
0 commit comments