We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c3483 commit acbceacCopy full SHA for acbceac
packages/eslint-config/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v2.0.0 (_2025-02-13_)
2
+
3
+- feat: move to eslint flat config
4
5
### v2.0.0-beta.0 (_2025-02-05_)
6
7
- feat: move to eslint flat config
packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@electron-toolkit/eslint-config",
- "version": "2.0.0-beta.0",
+ "version": "2.0.0",
"description": "Basic ESLint config for Electron projects.",
"main": "index.js",
"types": "index.d.ts",
@@ -33,7 +33,7 @@
33
"eslint": "^9.18.0"
34
},
35
"peerDependencies": {
36
- "eslint": ">= 8.21.0"
+ "eslint": ">=9.0.0"
37
38
"dependencies": {
39
"@eslint/js": "^9.18.0",
0 commit comments