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

Commit c3bcba6

Browse files
committed
Update Changelog
1 parent 2727354 commit c3bcba6

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Next
22

3-
[diff](https://github.com/eslint-types/eslint-define-config/compare/1.23.0...main)
3+
[diff](https://github.com/eslint-types/eslint-define-config/compare/1.24.0...main)
4+
5+
# 1.24.0
6+
7+
[diff](https://github.com/eslint-types/eslint-define-config/compare/1.23.0...1.24.0)
8+
9+
**This will be the last v1 version.**
10+
11+
We are working on a new custom plugin support for v2.
12+
Read more about that here: _Support augmented global properties_ [#233]
13+
14+
In preparation for this, the project was moved into a new GitHub organization called [eslint-types](https://github.com/eslint-types/eslint-define-config).
15+
16+
The v2 version is already available via the npm dist-tag "alpha". So if you already want to advance custom support with your own plugin, don't hold back and start incorporating it into your plugin.
17+
18+
**Other changes**
19+
20+
- Support for `@typescript-eslint` v6
21+
- Updated several rules (please see diff)
22+
- Deprecate predefined config of flat config ([#227])
23+
24+
[#227]: https://github.com/eslint-types/eslint-define-config/pull/227
25+
[#233]: https://github.com/eslint-types/eslint-define-config/issues/233
426

527
# 1.23.0
628

0 commit comments

Comments
 (0)