File tree Expand file tree Collapse file tree
apps/client/src/components/chat
packages/markdown/src/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- import { api , type Id } from " @apps/convex" ;
3- import { useQuery } from " convex-svelte" ;
2+ import { type Id } from " @apps/convex" ;
43 import Channel from " ./Channel.svelte" ;
54 import ChannelList from " ./ChannelList.svelte" ;
65
Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import { EditorState , StateEffect } from " @codemirror/state" ;
3- import { oneDark } from " @codemirror/theme-one-dark" ;
43 import { Watcher } from " @packages/utils" ;
54 import { EditorView } from " codemirror" ;
65 import { getTheme } from " ./extensions/themes.ts" ;
Original file line number Diff line number Diff line change 1818 "skipLibCheck" : true ,
1919 "noFallthroughCasesInSwitch" : true ,
2020 "noUncheckedIndexedAccess" : true ,
21- "noImplicitOverride" : true
21+ "noImplicitOverride" : true ,
22+
23+ // style
24+ "noUnusedLocals" : true ,
25+ "noUnusedParameters" : true
2226 }
2327}
You can’t perform that action at this time.
0 commit comments