Commits
User selector
Datepicker
Commit History
Commits on Jan 29, 2024
- committed
fix(eslint-plugin): [prefer-readonly] disable checking accessors (#8300)
Show description for 4d2ce3bchore(eslint-plugin): fix typos in schema definitions (#8311)
Show description for 9dca40eauthoredfix(eslint-plugin): [no-useless-template-literals] report Infinity & NaN (#8295)
Show description for d02d086authored
Commits on Jan 28, 2024
fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
Show description for 70505e4authoredchore: enable prefer-nullish-coalescing internally (#7955)
Show description for d0137c8authored- authored
Commits on Jan 22, 2024
Commits on Jan 19, 2024
fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type variable (#8235)
Show description for 920f909authored
Commits on Jan 16, 2024
fix(type-utils): preventing isUnsafeAssignment infinite recursive calls (#8237)
Show description for 01556f5authored
Commits on Jan 15, 2024
Commits on Jan 12, 2024
fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
Show description for 85ae4a8fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
Show description for 5a56708authored
Commits on Jan 9, 2024
feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
Show description for c3767edauthoreddocs: force space after await in no-floating-promises snippet (#8228)
Show description for 8ca5e5eauthoredfeat(eslint-plugin): [no-array-delete] add new rule (#8067)
Show description for e0f591eauthoredfeat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
Show description for 1aa8664
Commits on Jan 8, 2024
- committed
- authored
fix(eslint-plugin): [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
Show description for 5205192- authored
- authored
fix(eslint-plugin): [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
Show description for 27d6ac1authored
Commits on Jan 7, 2024
chore: enable eslint-plugin-jsdoc internally (#8145)
Show description for 1ee3087authored
Commits on Jan 6, 2024
Commits on Jan 4, 2024
docs(eslint-plugin): [switch-exhaustiveness-check] remove extra quotes in rule options headers (#8160)
Show description for 684d626authoredfeat(eslint-plugin): [no-var-requires, no-require-imports] allow option (#7710)
Show description for f7b5ca8authoredfeat(typescript-estree): throw on invalid update expressions (#7202)
Show description for 1a8e0dc
Commits on Jan 1, 2024
Commits on Dec 29, 2023
fix(eslint-plugin): [no-restricted-imports] prevent crash when `patterns` or `paths` in options are empty (#8108)
Show description for 675e987feat(eslint-plugin): [no-floating-promises] flag result of .map(async) (#7897)
Show description for 5857356authoredfeat(eslint-plugin): [switch-exhaustiveness-check] add an option to warn against a `default` case on an already exhaustive `switch` (#7539)
Show description for 6a219bddocs: modify examples for explicit-module-boundary-types (#7404)
Show description for 5ad1b76authored