We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5235a39 commit a97f153Copy full SHA for a97f153
packages/eslint-config-prettier/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v3.0.0-beta.0 (_2025-01-22_)
2
+
3
+- feat!: add support for eslint flat config
4
5
### v2.0.0 (_2023-12-19_)
6
7
- chore(deps): update eslint-config-prettier to v9
packages/eslint-config-prettier/package.json
@@ -1,6 +1,6 @@
{
"name": "@electron-toolkit/eslint-config-prettier",
- "version": "3.0.0",
+ "version": "3.0.0-beta.0",
"description": "ESLint config with Prettier support for Electron projects.",
"main": "index.js",
"types": "index.d.ts",
0 commit comments