mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
infra: emit errors on no-explicit-any eslint rule (#516)
This commit is contained in:
parent
1ff083af27
commit
197c5b2bdf
2 changed files with 5 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ export default tseslint.config(
|
|||
'error',
|
||||
{ accessibility: 'no-public' },
|
||||
],
|
||||
'@typescript-eslint/no-explicit-any': 'warn',
|
||||
'@typescript-eslint/no-explicit-any': 'error',
|
||||
'@typescript-eslint/no-inferrable-types': [
|
||||
'error',
|
||||
{ ignoreParameters: true, ignoreProperties: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue