Chore(lint): markdownlint config changes, tweak

This commit is contained in:
2023-05-08 20:44:45 +03:00
parent 823e9cc381
commit b89213ffb5
2 changed files with 4 additions and 16 deletions

View File

@@ -12,21 +12,7 @@
"no-duplicate-heading": {
"siblings_only": true
},
"ol-prefix": {
"style": "ordered"
},
"proper-names": {
"code_blocks": false,
"names": [
"Cake.Markdownlint",
"CommonMark",
"JavaScript",
"Markdown",
"markdown-it",
"markdownlint",
"Node.js"
]
},
"required-headings": false,
"ul-style": {
"style": "dash"
}

View File

@@ -47,4 +47,6 @@ have antigen && {
# starship is present
have starship && eval "$(starship init zsh)"
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh ] && source "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh ] \
&& source "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh