Browse Source

fix(lint): remove @typescript-eslint/prefer-regexp-exec override

pull/5885/head
KenTandrian 23 hours ago
parent
commit
ff872f447a
  1. 3
      eslint.config.cjs

3
eslint.config.cjs

@ -189,8 +189,7 @@ module.exports = [
// The following rules are part of @typescript-eslint/stylistic-type-checked
// and can be remove once solved
'@typescript-eslint/prefer-nullish-coalescing': 'warn', // TODO: Requires strictNullChecks: true
'@typescript-eslint/prefer-regexp-exec': 'warn'
'@typescript-eslint/prefer-nullish-coalescing': 'warn' // TODO: Requires strictNullChecks: true
}
}))
];

Loading…
Cancel
Save