fix(guide): find section for page titles #739
Annotations
8 errors
|
validate
Process completed with exit code 1.
|
|
validate:
src/util/discordDocs.ts#L136
Expected '===' and instead saw '=='
|
|
validate:
src/util/discordDocs.ts#L111
["path"] is better written in dot notation
|
|
validate:
src/util/discordDocs.ts#L111
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
|
validate:
src/util/discordDocs.ts#L110
["verb"] is better written in dot notation
|
|
validate:
src/util/discordDocs.ts#L110
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
|
validate:
src/util/discordDocs.ts#L46
/\[(.*?)\]\(.*?\)/g can be optimized to /\[(.*?)]\(.*?\)/g
|
|
validate:
src/util/discordDocs.ts#L29
Expected interface keys to be in ascending order. 'path' should be before 'verb'
|