Change lint standard for lists (#10371)

This commit is contained in:
Joel Hans 2021-01-07 08:43:18 -07:00 committed by GitHub
parent 44aabc6af5
commit 3adf54ff45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@ exports.settings = {
spacedTable: false,
paddedTable: false,
fences: true,
rule: '-',
rule: "-",
ruleRepetition: 3,
emphasis: "*",
strong: "*",
bullet: "-",
listItemIndent: 'tab',
listItemIndent: "1",
incrementListMarker: true
};