Releases: theoludwig/eslint-config-conventions
Releases · theoludwig/eslint-config-conventions
v11.0.1
v11.0.0
11.0.0 (2023-07-18)
⚠ BREAKING CHANGES
- New rules introduced
- deps: peerDependencies:
eslint-plugin-unicorn@^48.0.0
Features
- add
unicorn/consistent-destructuring
(07595cc) - add
unicorn/consistent-function-scoping
(244b746) - add
unicorn/explicit-length-check
(eab075e) - add
unicorn/no-array-callback-reference
(7f7ab46) - add
unicorn/no-array-for-each
(80c00f5) - add
unicorn/no-array-method-this-argument
(2fcede3) - add
unicorn/no-array-push-push
(cbbb8df) - add
unicorn/no-document-cookie
(8837b87) - add
unicorn/no-empty-file
(2fd4edb) - add
unicorn/no-new-array
(d59b088) - add
unicorn/no-new-buffer
(f622982) - add
unicorn/number-literal-case
(c431a20) - add
unicorn/prefer-modern-math-apis
(8bfeaad) - add
unicorn/prefer-number-properties
(807c201) - add
unicorn/require-array-join-separator
(381f5cb) - add
unicorn/template-indent
(adf01e1)
Build System
- deps: update latest (1e29cef)
v10.1.0
v10.0.0
v9.0.0
v8.0.0
v7.0.0
7.0.0 (2023-02-06)
⚠ BREAKING CHANGES
- New rules introduced
- deps: peerDependencies:
eslint@^8.33.0
,eslint-plugin-import@^2.27.5
,eslint-plugin-promise@^6.1.1
,eslint-plugin-unicorn@^45.0.2
Features
- add
@typescript-eslint/ban-types
(1779517) - add
import/no-empty-named-blocks
(81b37b5) - add
no-empty-static-block
(c3ddbc7) - add
no-new-native-nonconstructor
(1934d35)
Bug Fixes
- relax
@typescript-eslint/consistent-type-assertions
(a95ac7e) - relax
no-unused-vars
ignore variable starting with _ (32481c3)
Build System
- deps: update latest (4f625c3)