Issues
- 2
Remove `better-regex` rule from recommended list
#2409 opened by fregante - 3
Rule proposal: `no-date-parsing`
#2435 opened by axetroy - 1
- 3
Rule proposal: `no-restricted-loops`
#2453 opened by zanminkian - 1
Rule proposal: the inverse of `prefer-dom-node-dataset`
#2451 opened by bschlenk - 2
`explicit-length-check`: Possible deprecation or new rule with reversed behaviour
#2455 opened by ferferga - 4
Rule proposal: switch-case-limits
#2439 opened by lo1tuma - 1
Rule proposal: `require-reduce-initial-value`
#2454 opened by zanminkian - 0
Rule proposal: `no-instanceof-builtin-object`
#2452 opened by zanminkian - 0
Rule proposal: `no-this-outside-of-class`
#2450 opened by zanminkian - 3
Rule proposal: no-implicit-conversion
#2448 opened by axetroy - 2
- 9
Use `Promise.withResolvers` instead of `new Promise()`?
#2403 opened by fisker - 3
Rule proposal: no-this-in-object-expression
#2431 opened by axetroy - 1
Rule proposal: `consistent-date-clone`
#2437 opened by fisker - 7
Rule proposal: `better-boolean-var-name`
#2441 opened by axetroy - 0
Rule `prefer-math-min-max` is missing
#2444 opened by dgsbg - 0
Export exact types/schema
#2408 opened by fregante - 5
`prefer-dom-node-remove` bad autofix in a polyfill
#2436 opened by axetroy - 7
`no-useless-spread` should report when passing spreading parameters to `new Set`
#2412 opened by zanminkian - 4
`prefer-add-event-listener`: Bad autofix when assignment a non-function object
#2440 opened by axetroy - 2
Rule proposal: `prefer-destructuring`
#2433 opened by axetroy - 5
- 1
Rule proposal: prefer-optional-chaining
#2434 opened by axetroy - 2
- 1
`no-null`: allow in ternary if other part contains null
#2438 opened by kkmuffme - 5
Rule proposal: require node:assert/strict
#2420 opened by electrovir - 1
Rule proposal: `prefer-consecutive-conditions`
#2416 opened by zanminkian - 1
Remove bad fix for `no-for-loop`
#2424 opened by fisker - 1
- 9
- 3
Rename project to `eslint-unicorn`?
#2421 opened by sindresorhus - 6
- 7
Rule proposal: Named object destructuring
#2401 opened by Richienb - 2
- 3
Bad advice given with: no-new-array
#2406 opened by Jason3S - 3
- 3
d.ts file missing from published package
#2407 opened by meszaros-lajos-gyorgy - 0
- 2
With type check, I'm getting `Types of property 'name' are incompatible. Type 'boolean' is not assignable to type 'string'.`
#2399 opened by huseeiin - 1
`no-single-promise-in-promise-methods`: Provide autofix for `const [foo] = await Promise.all([promise])`
#2388 opened by fisker - 1
Not working on CI [unicorn/expiring-todo-comments]
#2405 opened by cseas - 1
`no-length-as-slice-end`: Forbid use `.length` as the `end` argument of `{Array,String,TypedArray}#slice()`
#2387 opened by fisker - 5
Rule proposal: prefer-npm-protocol
#2397 opened by axetroy - 2
Rule proposal: `no-untyped-empty-array` in ts file
#2396 opened by zanminkian - 2
Type checking fails in index.js
#2394 opened by ericbn - 0
`expiring-todo-comments`: Allow all no-warning-comments options when allowWarningComments is false
#2393 opened by shawnmcknight - 1
- 0
`prefer-top-level-await` false positive in case of expressions in `Promise` combinators
#2380 opened by zloirock - 0
Bun modules still incorrectly flagged as requiring the `node:` prefix when running ESLint on Bun
#2383 opened by SunsetTechuila