graphql-engine/frontend/.vscode/settings.json
2023-01-26 00:00:57 +00:00

10 lines
216 B
JSON

{
"eslint.validate": ["json"],
"cSpell.words": ["clsx", "hasura", "citus"],
"tailwindCSS.experimental.classRegex": [
"tw\\w+ ?= ?`([^`]*)`",
"tw\\w+: ?`([^`]*)`"
],
"tailwindCSS.rootFontSize": 14
}