UNPKG
fuzzyjs
Version:
latest (5.0.1)
5.0.1
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.5
3.0.4
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Simple fuzzy matching
github.com/gjuchault/fuzzyjs
gjuchault/fuzzyjs
fuzzyjs
/
.vscode
/
settings.json
9 lines
(8 loc)
•
227 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
// only use words from .cspell.json
"cSpell.userWords"
:
[
]
,
"cSpell.enabled"
:
true
,
"editor.formatOnSave"
:
true
,
"typescript.tsdk"
:
"node_modules/typescript/lib"
,
"typescript.enablePromptUseWorkspaceTsdk"
:
true
}