Files
nativewind/cspell.json
2022-06-05 19:32:05 +10:00

35 lines
664 B
JSON

{
"version": "0.2",
"language": "en",
"ignorePaths": [
"node_modules/*",
"website/node_modules/*",
"dist/*",
"types.d.ts",
"coverage/*",
"**.js",
"**.snap",
"**LICENSE",
"**/package.json",
"**/renovate.json",
"website/build/*",
"website/static/*",
"website/src/css/*"
],
"dictionaries": ["tailwind", "project", "react-native"],
"dictionaryDefinitions": [
{
"name": "tailwind",
"path": "./.cspell/tailwind.txt"
},
{
"name": "project",
"path": "./.cspell/project.txt"
},
{
"name": "react-native",
"path": "./.cspell/react-native.txt"
}
]
}