Files
conve-x/.vscode/settings.json
T

13 lines
165 B
JSON
Raw Normal View History

2023-09-09 17:11:02 -05:00
{
2023-09-09 20:05:10 -05:00
"css.lint.unknownAtRules": "ignore",
2023-09-10 16:02:13 -05:00
"cSpell.words": [
"codemirror",
"conve",
"Keymap",
"nextjs",
"rehype",
"signup",
"svix"
]
2023-09-09 17:11:02 -05:00
}