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

v10.0.0

Choose a tag to compare

@jhnns jhnns released this 31 Mar 14:47
· 462 commits to main since this release
5e1b859

Features

BREAKING CHANGES

  • This version introduces also some breaking changes:
  • Switch "no-alert" to "error" (a831ed4)
  • Switch "no-bitwise" to "error" (e8f38b6)
  • Switch "no-eq-null" to "error" (329ae4b)
  • Switch "no-process-exit" to "error" (850275f)
  • Switch "no-script-url" to "error" (5b10357)
  • Switch "no-useless-call" to "error" (66ab519)
  • Switch "no-script-url" to "error" (5b10357)
  • Add dangling commas (356adb8)
  • Add a bunch of new rules (bf343f5)
  • Make "no-undef" rule stricter (6ae63b3)