mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-01-12 22:49:13 +08:00
refactor: improve cspell dectionaries
This commit is contained in:
7
.cspell/project.txt
Normal file
7
.cspell/project.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
marklawlor
|
||||
lawlor
|
||||
commitlint
|
||||
moti
|
||||
solito
|
||||
atrule
|
||||
nextjs
|
||||
2
.cspell/react-native.txt
Normal file
2
.cspell/react-native.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
pressable
|
||||
androidcolor
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
content: ["./dont-match-anything"],
|
||||
content: ["./do-not-match-anything"],
|
||||
};
|
||||
|
||||
24
cspell.json
24
cspell.json
@@ -16,21 +16,19 @@
|
||||
"website/static/*",
|
||||
"website/src/css/*"
|
||||
],
|
||||
"dictionaries": ["tailwind-words"],
|
||||
"dictionaries": ["tailwind", "project", "react-native"],
|
||||
"dictionaryDefinitions": [
|
||||
{
|
||||
"name": "tailwind-words",
|
||||
"path": "./.cspell/tailwind-words.txt"
|
||||
"name": "tailwind",
|
||||
"path": "./.cspell/tailwind.txt"
|
||||
},
|
||||
{
|
||||
"name": "project",
|
||||
"path": "./.cspell/project.txt"
|
||||
},
|
||||
{
|
||||
"name": "react-native",
|
||||
"path": "./.cspell/react-native.txt"
|
||||
}
|
||||
],
|
||||
"words": [
|
||||
"pressable",
|
||||
"marklawlor",
|
||||
"commitlint",
|
||||
"lawlor",
|
||||
"moti",
|
||||
"solito",
|
||||
"atrule",
|
||||
"nextjs"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user