Commits
User selector
Datepicker
Commit History
Commits on Feb 27, 2023
Commits on Feb 20, 2023
feat(eslint-plugin): [promise-function-async] check for promises in implicit return types (#6330)
Show description for de1e5ceauthored- committed
feat(eslint-plugin): [consistent-generic-constructors] handle default parameters (#6484)
Show description for e8cebceauthored
Commits on Feb 16, 2023
feat(eslint-plugin): [no-mixed-enums] add rule (#6102)
Show description for 16144d1
Commits on Feb 15, 2023
docs(eslint-plugin): explicit-function-return-type: missing allowFunctionsWithoutTypeParameters sections (#6475)
Show description for fc803ccauthored
Commits on Feb 13, 2023
- committed
feat(eslint-plugin): [block-spacing] extending base rule for TS related blocks (#6195)
Show description for b2db3f5authoredOmri Luzonfix(eslint-plugin): [no-unnecessary-condition] fix false positive when checking indexed access types (#6452)
Show description for d569924authored
Commits on Feb 12, 2023
feat(eslint-plugin): [explicit-function-return-type] add allowIIFEs option (#6237)
Show description for a1b3f7b
Commits on Feb 10, 2023
fix(eslint-plugin): [no-unnecessary-condition] account for optional chaining on potentially void values (#6432)
Show description for e1d9c67authoredfix(eslint-plugin): fix key-spacing when type starts on next line (#6412)
Show description for 3eb2eedauthored- authored
Commits on Feb 9, 2023
Commits on Feb 6, 2023
Commits on Feb 5, 2023
feat(eslint-plugin): [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#6096)
Show description for d4747cd
Commits on Feb 3, 2023
feat(eslint-plugin): [no-floating-promises] error on logical expression (#6356)
Show description for f330e06
Commits on Feb 2, 2023
chore: enable one-var rule (#6410)
Show description for a948729authored
Commits on Jan 31, 2023
feat(eslint-plugin): [naming-convention] improve performance by removing unnecessary selectors (#6376)
Show description for 3647a1cfix(eslint-plugin): [sort-type-constituents] fixed behavior change (#6384)
Show description for 5bf7f7fauthoreddocs(eslint-plugin): fix key-spacing core rule name (#6395)
Show description for 056e9f0authoredfix(eslint-plugin): do not use .at(), Node 14 does not support it (#6402)
Show description for 077ed1bchore: enable eqeqeq internally (#6228)
Show description for fbe811cauthored- committed
- authoredOmri Luzon
Commits on Jan 26, 2023
fix(eslint-plugin): [prefer-optional-chain] fixer produces wrong logic (#5919)
Show description for b0f6c8e
Commits on Jan 24, 2023
feat(eslint-plugin): add `key-spacing` rule extension for interface & type declarations (#6211)
Show description for 67706e7fix(eslint-plugin): [ban-ts-comment] counts graphemes instead of `String.prototype.length` (#5704)
Show description for 09d57ce
Commits on Jan 23, 2023
Commits on Jan 22, 2023
feat(eslint-plugin): [naming-convention] add support for `#private` modifier on class members (#6259)
Show description for c8a6d80docs(eslint-plugin): remove invalid examples for unified-signatures (#6286)
Show description for d562244authored