Skip to content

Commit

Permalink
Need prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Feb 27, 2025
1 parent e942545 commit ed2c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projenrc/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const ESLINT_RULES = {
}],

// Unbound methods are a JavaScript footgun
'unbound-method': 'error',
'@typescript-eslint/unbound-method': 'error',

// Overrides for plugin:jest/recommended
'jest/expect-expect': 'off',
Expand Down

0 comments on commit ed2c00f

Please sign in to comment.