Files
lucide/.vscode/settings.json

14 lines
191 B
JSON
Raw Normal View History

{
"cSpell.words": [
"devs",
"preact",
"Preact"
],
"eslint.enable": true,
"eslint.validate": [
"javascript",
"svg"
],
"svg.preview.background": "transparent"
}