fix: hide bullet on links and grid lists

This commit is contained in:
NGPixel
2019-12-20 17:19:53 -05:00
parent a257831c6c
commit cb5264e42b
3 changed files with 9 additions and 3 deletions

View File

@@ -1,11 +1,13 @@
{
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"puglint.enable": true,
"editor.formatOnSave": false,
"editor.tabSize": 2,
"eslint.validate": [
"javascript",
"vue"
]
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}