We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e96313 commit f6011c8Copy full SHA for f6011c8
packages/eslint-config-ts/CHANGELOG.md
@@ -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
6
### v3.0.0-beta.1 (_2025-02-05_)
7
8
- fix: export flat config as array
packages/eslint-config-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@electron-toolkit/eslint-config-ts",
- "version": "3.0.0-beta.1",
+ "version": "3.0.0-beta.2",
"description": "Basic ESLint config for Electron-TypeScript projects.",
"main": "index.js",
"types": "index.d.ts",
0 commit comments