File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
webview-ui/src/components/chat/__tests__ Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818 - Keep the documentation in sync with the codebase
1919 - Add examples where appropriate
2020
21+ 4. Lint Rules:
22+ - Never disable any lint rules without explicit user approval
23+ - If a lint rule needs to be disabled, ask the user first and explain why
24+ - Prefer fixing the underlying issue over disabling the lint rule
25+ - Document any approved lint rule disabling with a comment explaining the reason
26+
2127# Adding a New Setting
2228
2329To add a new setting that persists its state, follow these steps:
Original file line number Diff line number Diff line change 1- /* eslint-disable import/first */
2- import React from 'react' ;
31import { render , fireEvent , screen } from '@testing-library/react' ;
42import '@testing-library/jest-dom' ;
53import ChatTextArea from '../ChatTextArea' ;
You can’t perform that action at this time.
0 commit comments