19 lines
490 B
JSON
19 lines
490 B
JSON
{
|
|
"search.exclude": {
|
|
"package-lock.json": true,
|
|
"node_modules": true,
|
|
"yarn.lock": true,
|
|
"package.json": true,
|
|
"ios": true,
|
|
"android": true,
|
|
"i18n-ally.localesPaths": "components/language",
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.namespace": true,
|
|
"i18n-ally.enabledParsers": ["ts"],
|
|
"i18n-ally.sourceLanguage": "en",
|
|
"i18n-ally.displayLanguage": "en",
|
|
"i18n-ally.enabledFrameworks": ["react"]
|
|
}
|
|
}
|