mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-23 17:44:52 +02:00
- Added translations
- Added pluralization example - Added formatter example (with Luxon) - Used HTTP loader - Added a suspense fallback page for app loading - Added cypress eslint rules
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -4,6 +4,8 @@
|
||||
"camelcase",
|
||||
"flexbugs",
|
||||
"Immer",
|
||||
"languagedetector",
|
||||
"luxon",
|
||||
"pmmmwh",
|
||||
"reduxjs",
|
||||
"SVGR",
|
||||
@@ -12,6 +14,16 @@
|
||||
"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,
|
||||
|
Reference in New Issue
Block a user