mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-01-12 22:49:13 +08:00
35 lines
664 B
JSON
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"
|
|
}
|
|
]
|
|
}
|