react-starter-kit/.vscode/settings.json
Mastermindzh b9d3025163 Added react-oidc (use demo/demo)
Added an example of an authentication protected page (tenders)
Added an example with the built in proxy (to combat CORS) (tendersguru)
2022-07-26 11:15:36 +02:00

38 lines
622 B
JSON

{
"cSpell.words": [
"browserslist",
"camelcase",
"deepmerge",
"flexbugs",
"Immer",
"Keycloak",
"languagedetector",
"luxon",
"oidc",
"pmmmwh",
"preinstall",
"reduxjs",
"SVGR",
"tailwindcss",
"tendersguru",
"testid",
"typeahead",
"uncompiled"
],
"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
"vscode-extension",
".git/objects",
".vscode",
".vscode-insiders",
"public/i18n/*",
"!public/i18n/en.json"
],
"files.exclude": {
"**/.git": true,
"coverage": true,
"node_modules": true
}
}