Fix lint issues (#285)

* fix(lint): cascadeStyles always passed true

* fix(lint): gomnd
This commit is contained in:
Maas Lalani
2024-03-02 15:10:05 -05:00
committed by GitHub
parent e9956700ea
commit 61945eed41
5 changed files with 15 additions and 13 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ import (
)
const defaultListIndent = 2
const defaultListLevelIndent = 4
const defaultMargin = 2
var (
@@ -31,7 +32,7 @@ var (
StyleBlock: ansi.StyleBlock{
StylePrimitive: ansi.StylePrimitive{},
},
LevelIndent: 4,
LevelIndent: defaultListLevelIndent,
},
Heading: ansi.StyleBlock{
StylePrimitive: ansi.StylePrimitive{