Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

v29.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 02:47
· 135 commits to main since this release

29.0.0 (2021-01-31)

Bug Fixes

  • JavaScript: Remove deprecated rules (eb52883)

chore

Features

  • Add prettier-typescript-node preset (1464581)
  • JavaScript: Add "no-loss-of-precision" rule as warning (5fd2828)
  • JavaScript: Add "no-nonoctal-decimal-escape" rule as warning (92e7aa9)
  • JavaScript: Add "no-promise-executor-return" rule as warning (a679f6b)
  • JavaScript: Add "no-restricted-exports" rule as warning (c1f3852)
  • JavaScript: Add "no-unreachable-loop" rule as warning (5757b4b)
  • JavaScript: Add "no-unsafe-optional-chaining" rule as warning (eb77e91)
  • JavaScript: Add "no-useless-backreference" rule as warning (1653191)
  • node: Use eslint-plugin-node (75c2ffe)
  • TypeScript: Add new TypeScript rules (199a393)

BREAKING CHANGES

  • node: We switched to eslint-plugin-node and their recommended rules
  • Change eslint peer dependency to ^7.15.0
  • Update eslint-config-prettier to ^7.2.0