Commit 3032d419 authored by Krzysztof Kocot's avatar Krzysztof Kocot
Browse files

Add ESLint rules for TypeScript strict typing

- Add @typescript-eslint/no-explicit-any (warn) to discourage 'any' type
- Add @typescript-eslint/consistent-type-assertions (warn) to discourage
  type assertions while allowing 'as const' and object literals as parameters
- Rules are scoped to .ts and .tsx files via overrides

🤖 Generated with [Claude Code](https://claude.com/claude-code

)

Co-Authored-By: default avatarClaude Opus 4.5 <noreply@anthropic.com>
parent f9d47d0f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment