Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-love to v117 (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Takanori Oishi <t.oishi@raksul.com>
  • Loading branch information
renovate[bot] and bicstone authored Jan 21, 2025
1 parent 00c5a12 commit aed4e38
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 104 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export default [
"@typescript-eslint/prefer-nullish-coalescing": "warn",
"@typescript-eslint/prefer-destructuring": "warn",
"@typescript-eslint/no-base-to-string": "warn",
"@typescript-eslint/no-unsafe-type-assertion": "warn",
"max-nested-callbacks": "warn",
complexity: "warn",
},
},
{
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vercel/ncc": "0.38.3",
"all-contributors-cli": "6.26.1",
"eslint": "9.18.0",
"eslint-config-love": "98.0.2",
"eslint-config-love": "117.0.0",
"eslint-plugin-regexp": "2.7.0",
"husky": "9.1.7",
"jest": "29.7.0",
Expand All @@ -52,7 +52,8 @@
"typescript": "5.7.3"
},
"volta": {
"node": "20.18.1"
"node": "20.18.1",
"pnpm": "9.15.4"
},
"engines": {
"node": "20.18.1",
Expand Down
183 changes: 83 additions & 100 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aed4e38

Please sign in to comment.