mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
Fix remaining tslint errors (YAY).
- Also updated ci.yml to ensure that linting failures will break the build. Fully fixes https://b.corp.google.com/issues/411384603
This commit is contained in:
parent
2a850ed051
commit
40e11e053c
21 changed files with 53 additions and 96 deletions
|
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
import { Box, Text } from 'ink';
|
||||
import { UI_WIDTH } from '../constants.js';
|
||||
|
||||
const Tips: React.FC = () => (
|
||||
export const Tips: React.FC = () => (
|
||||
<Box flexDirection="column" marginBottom={1} width={UI_WIDTH}>
|
||||
<Text>Tips for getting started:</Text>
|
||||
<Text>
|
||||
|
|
@ -16,5 +16,3 @@ const Tips: React.FC = () => (
|
|||
<Text>4. Be specific for the best results.</Text>
|
||||
</Box>
|
||||
);
|
||||
|
||||
export default Tips;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue