mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
094f35666f
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7666 GitOrigin-RevId: 914ed0935faa266716bdcd8ef0eca0304e5a0b0d
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"eslint.validate": ["json"],
|
|
"cSpell.words": ["clsx", "hasura", "citus"],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
"tw\\w+ ?= ?`([^`]*)`",
|
|
"tw\\w+: ?`([^`]*)`"
|
|
],
|
|
"tailwindCSS.rootFontSize": 14
|
|
}
|