mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-09 23:16:25 -04:00
Also: add package-lock.json to gitignore Remove prefix $ for commands in the manpage, hope people aren't angry Add MD034 to markdownlint ignore (bare links, which are helpful for the manpage)
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"default": true,
|
|
"MD002": false,
|
|
"MD003": { "style": "atx" },
|
|
"MD004": { "style": "dash" },
|
|
"MD007": { "indent": 4 },
|
|
"MD009": false,
|
|
"MD012": false,
|
|
"MD013": false,
|
|
"MD026": false,
|
|
"MD033": false,
|
|
"MD034": false,
|
|
"MD036": false,
|
|
"MD041": false
|
|
}
|