We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c07427 commit 28e0d22Copy full SHA for 28e0d22
packages/eslint-config-ts/CHANGELOG.md
@@ -1,6 +1,14 @@
1
+### v3.0.0-beta.1 (_2025-02-05_)
2
+
3
+- fix: export flat config as array
4
5
+### v3.0.0-beta.0 (_2025-01-24_)
6
7
+- feat: move to eslint flat config
8
9
### v2.0.0 (_2024-04-04_)
10
-- chore(deps): update @typescript-eslint/* to v7
11
+- chore(deps): update @typescript-eslint/\* to v7
12
13
### v1.0.1 (_2023-12-19_)
14
packages/eslint-config-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@electron-toolkit/eslint-config-ts",
- "version": "2.0.0",
+ "version": "3.0.0-beta.1",
"description": "Basic ESLint config for Electron-TypeScript projects.",
"main": "index.js",
"types": "index.d.ts",
0 commit comments