Skip to content

Commit

Permalink
fix: bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 13, 2024
1 parent 962767f commit dbef3b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default tseslint.config(
"operator-assignment": "error",

// These on-by-default rules don't work well for this repo and we like them off.
"jsdoc/lines-before-block": "off",
"no-constant-condition": "off",

// These on-by-default rules work well for this repo if configured
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"console-fail-test": "^0.4.4",
"cspell": "^8.13.1",
"eslint": "^9.8.0",
"eslint-plugin-jsdoc": "^50.2.0",
"eslint-plugin-jsdoc": "^50.2.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.2",
Expand Down
10 changes: 5 additions & 5 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 dbef3b0

Please sign in to comment.