A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
263 B

{
"default": true,
"first-line-heading": false,
"line-length": false,
"no-hard-tabs": false,
"no-inline-html": {
"allowed_elements": [ "kbd" ]
},
"no-multiple-blanks": {
"maximum": 2
},
"ul-indent": false,
"ul-style": {
"style": "consistent"
}
}