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

18 lines
234 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",
"doesn",
"Dtos",
2023-09-10 16:02:13 -05:00
"Keymap",
"lezer",
2023-09-10 16:02:13 -05:00
"nextjs",
"rehype",
"signup",
"svix",
2023-09-14 23:02:47 -05:00
"tailwindcss",
"totp"
2023-09-10 16:02:13 -05:00
]
2023-09-09 17:11:02 -05:00
}