Skip to content

Commit e215d2b

Browse files
justin808claude
andcommitted
Remove unused @typescript-eslint/no-deprecated directive
CI reports this directive as unused. The deprecation warning it was suppressing only appears locally, not on CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0b3770a commit e215d2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslint.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const compat = new FlatCompat({
1616
allConfig: js.configs.all,
1717
});
1818

19-
// eslint-disable-next-line @typescript-eslint/no-deprecated
2019
export default tsEslint.config([
2120
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
2221
includeIgnoreFile(path.resolve(__dirname, '.gitignore')),

0 commit comments

Comments
 (0)