Browse Source

fix(lint): remove no-constant-binary-expression override

pull/5890/head
KenTandrian 2 months ago
parent
commit
552891cfc3
  1. 1
      eslint.config.cjs

1
eslint.config.cjs

@ -152,7 +152,6 @@ module.exports = [
// The following rules are part of eslint:recommended
// and can be remove once solved
'no-constant-binary-expression': 'warn',
'no-loss-of-precision': 'warn',
// The following rules are part of @typescript-eslint/recommended-type-checked

Loading…
Cancel
Save