Skip to content

Commit acbceac

Browse files
committed
release(eslint-config): v2.0.0
1 parent 24c3483 commit acbceac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/eslint-config/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v2.0.0 (_2025-02-13_)
2+
3+
- feat: move to eslint flat config
4+
15
### v2.0.0-beta.0 (_2025-02-05_)
26

37
- feat: move to eslint flat config

packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-toolkit/eslint-config",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0",
44
"description": "Basic ESLint config for Electron projects.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -33,7 +33,7 @@
3333
"eslint": "^9.18.0"
3434
},
3535
"peerDependencies": {
36-
"eslint": ">= 8.21.0"
36+
"eslint": ">=9.0.0"
3737
},
3838
"dependencies": {
3939
"@eslint/js": "^9.18.0",

0 commit comments

Comments
 (0)