mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
refactor(webview): Refactoring Input Form and Timeline Components
This commit is contained in:
parent
ed0d5f67db
commit
90fc53a9df
11 changed files with 380 additions and 463 deletions
|
|
@ -74,6 +74,8 @@ export default tseslint.config(
|
|||
},
|
||||
},
|
||||
rules: {
|
||||
// We use TypeScript for React components; prop-types are unnecessary
|
||||
'react/prop-types': 'off',
|
||||
// General Best Practice Rules (subset adapted for flat config)
|
||||
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
|
||||
'arrow-body-style': ['error', 'as-needed'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue