Skip to content

Releases: cockroachdb/ui

@cockroachlabs/eslint-config@1.0.0

18 Mar 18:06
Compare
Choose a tag to compare

BREAKING CHANGES

Dependency upgrades

#422 updated eslint packages to the latest major version. Peer dependencies will need to be bumped in the consuming application as well.

Rule changes

#442 added the following rules:

  • "eqeqeq": ["error", "always", {"null": "ignore"}]
  • "@typescript-eslint/no-non-null-assertion": "error"
  • "@typescript-eslint/no-explicit-any": "error"
  • "@typescript-eslint/no-unused-vars": "error"
  • "@typescript-eslint/naming-convention" (see the full changelog below for details)

Full Changelog: https://github.com/cockroachdb/ui/compare/%40cockroachlabs/eslint-config%400.1.15...@cockroachlabs/eslint-config@1.0.0