Releases: denoland/deno_lint
Releases · denoland/deno_lint
0.75.0
- fix(ban-types): Use
PropertyKey
type global in hint message (#1305)
- fix(rules-of-hooks): binary expression conditional detection (#1427)
- fix: deno_ast 0.47 (#1435)
0.74.0
- feat: deno_ast 0.46 (#1423)
0.73.1
- fix(jsx-boolean-value): add code fix (#1419)
- fix(jsx-curly-braces): ignore values that require escaping (#1420)
- fix(react-rules-of-hooks): don't error on hook following non-terminal if statement (#1418)
0.73.0
- fix:
no-var
case in TS declaration (#1413)
0.72.1
- fix(rule-of-hooks): handle var decl with destructuring (#1416)
0.72.0
- feat: Add LintDocsUrl enum for LintDiagnosticDetails (#1415)
0.71.0
- feat: Add ExternalLinter API (#1384)
0.70.0
- fix(button-has-type): treat expressions as valid value (#1402)
- fix(jsx-no-danger-with-children): account for ignored JSXText nodes (#1400)
- fix(jsx_no_unescaped_entities): only warn about > and } (#1405)
- fix(rules-of-hooks): fix incorrect hook detection (#1401)
- fix: jsx_curly_braces flagging trailing space expression (#1388)
- fix: only mark relevant JSX nodes for failing rule (#1404)
- fix: rename react rules to
react-*
prefix (#1403)
0.69.1
- feat: Remove LintRule::docs() (#1381)
- fix(www): change redirect (#1385)
- fix: rules-of-hooks not detecting hooks in hooks (#1387)