pidgin/nest

Hide extra bullet points in ToC's.

2019-08-20, Elliott Sales de Andrade
473b7ce548fc
Hide extra bullet points in ToC's.

This is a 'clever hack' that removes the bullet point for list items
with no siblings, thus making the bullet point for pages that have no H1
(or even H2) headers go away.
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}