d5f55b5f9c
Coverage / build (push) Waiting to run
Docker / Build (push) Waiting to run
Docker / Publish (push) Blocked by required conditions
Node.js CI / build (16, macos-latest) (push) Waiting to run
Node.js CI / build (16, ubuntu-latest) (push) Waiting to run
Node.js CI / build (16, windows-latest) (push) Waiting to run
NPM / Build (22) (push) Waiting to run
NPM / Pack (push) Blocked by required conditions
NPM / Publish (push) Blocked by required conditions
16 lines
287 B
JSON
16 lines
287 B
JSON
{
|
|
"default": true,
|
|
"no-trailing-punctuation": {
|
|
"punctuation": ".,;:!"
|
|
},
|
|
"MD013": false,
|
|
"MD033": {
|
|
"allowed_elements": ["dl", "dt", "dd", "code", "var", "cite"]
|
|
},
|
|
"first-line-h1": false,
|
|
"no-hard-tabs": true,
|
|
"no-trailing-spaces": {
|
|
"br_spaces": 2
|
|
}
|
|
}
|