Skip to content

Commit 03a7391

Browse files
committed
fix(deps): update eslint rule and plugin updates
1 parent 8d60409 commit 03a7391

File tree

3 files changed

+254
-74
lines changed

3 files changed

+254
-74
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "major",
3+
"comment": "fix(deps): update eslint rule and plugin updates",
4+
"packageName": "@rightcapital/eslint-config",
5+
"email": "29139614+renovate[bot]@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@eslint-react/eslint-plugin": "1.22.1",
2626
"@rightcapital/eslint-plugin": "workspace:*",
27-
"@stylistic/eslint-plugin": "2.12.1",
27+
"@stylistic/eslint-plugin": "4.1.0",
2828
"@typescript-eslint/utils": "8.18.2",
2929
"confusing-browser-globals": "1.0.11",
3030
"eslint-import-resolver-typescript": "3.7.0",
@@ -34,7 +34,7 @@
3434
"eslint-plugin-n": "17.15.1",
3535
"eslint-plugin-react-hooks": "5.1.0",
3636
"eslint-plugin-simple-import-sort": "12.1.1",
37-
"eslint-plugin-unicorn": "56.0.1",
37+
"eslint-plugin-unicorn": "57.0.0",
3838
"eslint-plugin-unused-imports": "4.1.4",
3939
"globals": "15.14.0",
4040
"typescript-eslint": "8.18.2"

0 commit comments

Comments
 (0)