Skip to content

Commit f6011c8

Browse files
committed
release(eslint-config-ts): v3.0.0-beta.2
1 parent 2e96313 commit f6011c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/eslint-config-ts/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v3.0.0-beta.2 (_2025-02-12_)
2+
3+
- feat: export parser and plugin
4+
- feat: export recommendedTypeChecked config
5+
16
### v3.0.0-beta.1 (_2025-02-05_)
27

38
- fix: export flat config as array

packages/eslint-config-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-toolkit/eslint-config-ts",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0-beta.2",
44
"description": "Basic ESLint config for Electron-TypeScript projects.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)