mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
chore(lint): small clean up of lint errors wip on #312
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ export function buildToc(headings: Mdx["headings"]): ITocItem[] {
|
||||
return []
|
||||
}
|
||||
|
||||
const strip = (value: string) => value.replace(/^(\d*\-)(.*)/, "$2")
|
||||
const strip = (value: string) => value.replace(/^(\d*-)(.*)/, "$2")
|
||||
|
||||
slugger.reset()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user