Skip to content

Commit

Permalink
chore: set pre to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Aug 27, 2024
1 parent b85d7ac commit 5617519
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/configuration/formatting-evaluator-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const htmlType = Type.Record(Type.String(), Type.Number(), {
ul: 1,
td: 1,
hr: 0,
pre: 1,
pre: 0,
},
});

Expand Down
20 changes: 10 additions & 10 deletions tests/__mocks__/results/valid-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down Expand Up @@ -87,7 +87,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down Expand Up @@ -117,7 +117,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down Expand Up @@ -147,7 +147,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down Expand Up @@ -177,7 +177,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down Expand Up @@ -207,7 +207,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down Expand Up @@ -237,7 +237,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down Expand Up @@ -267,7 +267,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down Expand Up @@ -297,7 +297,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down Expand Up @@ -327,7 +327,7 @@
"img": 0,
"li": 1,
"p": 1,
"pre": 1,
"pre": 0,
"strong": 0,
"td": 1,
"ul": 1
Expand Down

0 comments on commit 5617519

Please sign in to comment.