Skip to content

Commit 3372c0e

Browse files
committed
1 parent 31c4572 commit 3372c0e

File tree

5 files changed

+296
-218
lines changed

5 files changed

+296
-218
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [23.2.0](https://github.com/algolia/eslint-config-algolia/compare/v23.1.7...v23.2.0) (2024-10-10)
2+
3+
4+
### Features
5+
6+
* introduce flat config ([#361](https://github.com/algolia/eslint-config-algolia/issues/361)) ([31c4572](https://github.com/algolia/eslint-config-algolia/commit/31c45721bcf643c150f8296df94ea33b03d08ff8))
7+
8+
9+
110
## [23.1.7](https://github.com/algolia/eslint-config-algolia/compare/v23.1.6...v23.1.7) (2024-09-02)
211

312

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Just **focus** on coding.
2222
- [Vanilla](#vanilla)
2323
- [Jest](#jest)
2424
- [React](#react)
25-
- [Flow](#flow)
26-
- [Flow with React](#flow-with-react)
25+
- [Flow (deprecated)](#flow-deprecated)
26+
- [Flow with React (deprecated)](#flow-with-react-deprecated)
2727
- [TypeScript](#typescript)
2828
- [TypeScript with React](#typescript-with-react)
2929
- [Vue](#vue)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "23.1.7",
2+
"version": "23.2.0",
33
"main": "base.js",
44
"author": "Algolia, Inc.",
55
"license": "MIT",

packages/eslint-config-algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-algolia",
3-
"version": "23.1.7",
3+
"version": "23.2.0",
44
"description": "Algolia's ESLint config.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)