laurenbarker
released this
18 Mar 18:06
·
151 commits
to master
since this release
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/[email protected]