mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-01 15:55:34 +01:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"default": true,
|
|
"whitespace": false,
|
|
"line-length": false,
|
|
"ul-start-left": false,
|
|
"ul-indent": false,
|
|
"no-inline-html": false,
|
|
"no-bare-urls": false,
|
|
"first-line-h1": false,
|
|
"first-heading-h1": false,
|
|
"no-trailing-punctuation": false,
|
|
"ol-prefix": false,
|
|
"ul-style": { "style": "dash" }
|
|
}
|