Fix linter issues

This commit is contained in:
Ana Loznianu 2022-03-31 10:10:17 +03:00
parent 195b3d586e
commit fcaf69f37b
1 changed files with 2 additions and 1 deletions

View File

@ -11,5 +11,6 @@
"no-trailing-punctuation": false,
"ol-prefix": false,
"ul-style": { "style": "dash" },
"no-emphasis-as-header": false
"no-emphasis-as-header": false,
"blanks-around-fences": false
}