Skip to content

Commit

Permalink
Update ESLint warning thresholds (#5179)
Browse files Browse the repository at this point in the history
The number of Prettier warnings has gone down by 3.
  • Loading branch information
mcmire authored Jan 21, 2025
1 parent 1e7689b commit 56712a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-warning-thresholds.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"n/no-unsupported-features/node-builtins": 4,
"n/prefer-global/text-encoder": 4,
"n/prefer-global/text-decoder": 4,
"prettier/prettier": 115,
"prettier/prettier": 112,
"promise/always-return": 3,
"promise/catch-or-return": 2,
"promise/param-names": 8,
Expand Down

0 comments on commit 56712a2

Please sign in to comment.