Skip to content

Commit

Permalink
chore(dev): update dependency eslint to v9.18.0 (#443)
Browse files Browse the repository at this point in the history
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
Co-authored-by: Marcus R. Brown <[email protected]>
  • Loading branch information
bfra-me[bot] and marcusrbrown authored Jan 19, 2025
1 parent e361e9d commit 9f5af3e
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 127 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-841e117.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@bfra.me/.github': patch
---

Updated dependency `eslint` to `9.18.0`.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"check-format": "prettier --check .",
"fix": "pnpm run lint --fix",
"format": "prettier --write .",
"lint": "eslint --flag unstable_ts_config .",
"lint": "eslint .",
"release": "tsx ./scripts/release.ts"
},
"prettier": "@bfra.me/prettier-config",
Expand All @@ -32,7 +32,7 @@
"@changesets/cli": "2.27.11",
"@svitejs/changesets-changelog-github-compact": "1.2.0",
"@types/node": "22.10.6",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.3",
"jiti": "2.4.2",
Expand Down
Loading

0 comments on commit 9f5af3e

Please sign in to comment.