@hedia/recommendation-screen 2.1.34-alpha.9 → 2.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{src → dist/src}/RecommendationScreen.d.ts +3 -3
- package/{src → dist/src}/RecommendationScreen.js +6 -6
- package/{src → dist/src}/locale/da/messages.po +92 -92
- package/{src → dist/src}/locale/de/messages.po +92 -92
- package/{src → dist/src}/locale/en/messages.po +92 -92
- package/{src → dist/src}/locale/es/messages.js +1 -1
- package/{src → dist/src}/locale/es/messages.po +92 -92
- package/{src → dist/src}/locale/fr/messages.po +92 -92
- package/{src → dist/src}/locale/it/messages.po +92 -92
- package/package.json +22 -21
- package/.flowconfig +0 -65
- package/.github/pull_request_template.md +0 -6
- package/.github/workflows/ci.yaml +0 -17
- package/.github/workflows/publish-release-package.yaml +0 -17
- package/.github/workflows/validate-pr-title.yaml +0 -20
- package/.linguirc +0 -6
- package/.npmpackagejsonlintrc.json +0 -12
- package/.prettierignore +0 -2
- package/.prettierrc +0 -25
- package/Changelog.md +0 -9
- package/android/app/BUCK +0 -55
- package/android/app/build.gradle +0 -228
- package/android/app/build_defs.bzl +0 -19
- package/android/app/debug.keystore +0 -0
- package/android/app/proguard-rules.pro +0 -10
- package/android/app/src/debug/AndroidManifest.xml +0 -13
- package/android/app/src/debug/java/com/hediarecommendationscreen/ReactNativeFlipper.java +0 -72
- package/android/app/src/main/AndroidManifest.xml +0 -25
- package/android/app/src/main/assets/fonts/AntDesign.ttf +0 -0
- package/android/app/src/main/assets/fonts/Entypo.ttf +0 -0
- package/android/app/src/main/assets/fonts/EvilIcons.ttf +0 -0
- package/android/app/src/main/assets/fonts/Feather.ttf +0 -0
- package/android/app/src/main/assets/fonts/FontAwesome.ttf +0 -0
- package/android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf +0 -0
- package/android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf +0 -0
- package/android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf +0 -0
- package/android/app/src/main/assets/fonts/Fontisto.ttf +0 -0
- package/android/app/src/main/assets/fonts/Foundation.ttf +0 -0
- package/android/app/src/main/assets/fonts/Ionicons.ttf +0 -0
- package/android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf +0 -0
- package/android/app/src/main/assets/fonts/MaterialIcons.ttf +0 -0
- package/android/app/src/main/assets/fonts/Octicons.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Black.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-BlackItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Bold.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-BoldItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Italic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Light.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-LightItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Medium.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-MediumItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Regular.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Thin.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-ThinItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/SimpleLineIcons.ttf +0 -0
- package/android/app/src/main/assets/fonts/Zocial.ttf +0 -0
- package/android/app/src/main/java/com/hediarecommendationscreen/MainActivity.java +0 -15
- package/android/app/src/main/java/com/hediarecommendationscreen/MainApplication.java +0 -80
- package/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/values/color.xml +0 -3
- package/android/app/src/main/res/values/strings.xml +0 -3
- package/android/app/src/main/res/values/styles.xml +0 -11
- package/android/build.gradle +0 -38
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/android/gradle.properties +0 -28
- package/android/gradlew +0 -185
- package/android/gradlew.bat +0 -89
- package/android/settings.gradle +0 -3
- package/assets/fonts/Roboto/LICENSE.txt +0 -202
- package/assets/fonts/Roboto/Roboto-Black.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Light.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Thin.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
- package/babel.config.js +0 -18
- package/ignore-git.sh +0 -46
- package/ignore-publish.sh +0 -33
- package/index-git.sh +0 -5
- package/ios/HediaRecommendationScreen/AppDelegate.h +0 -8
- package/ios/HediaRecommendationScreen/AppDelegate.m +0 -61
- package/ios/HediaRecommendationScreen/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- package/ios/HediaRecommendationScreen/Images.xcassets/Contents.json +0 -6
- package/ios/HediaRecommendationScreen/Info.plist +0 -90
- package/ios/HediaRecommendationScreen/LaunchScreen.storyboard +0 -47
- package/ios/HediaRecommendationScreen/main.m +0 -9
- package/ios/HediaRecommendationScreen.xcodeproj/project.pbxproj +0 -778
- package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen-tvOS.xcscheme +0 -88
- package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen.xcscheme +0 -88
- package/ios/HediaRecommendationScreen.xcworkspace/contents.xcworkspacedata +0 -10
- package/ios/HediaRecommendationScreen.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/HediaRecommendationScreenTests/HediaRecommendationScreenTests.m +0 -65
- package/ios/HediaRecommendationScreenTests/Info.plist +0 -24
- package/ios/Podfile +0 -32
- package/ios/Podfile.lock +0 -544
- package/jest.config.js +0 -197
- package/jest.mock.js +0 -1
- package/metro.config.js +0 -17
- package/react-native.config.js +0 -7
- package/src/__tests__/RecommendationScreen.test.d.ts +0 -1
- package/src/__tests__/RecommendationScreen.test.js +0 -965
- package/src/__tests__/RecommendationUtils.test.d.ts +0 -1
- package/src/__tests__/RecommendationUtils.test.js +0 -216
- package/src/__tests__/Translate.test.d.ts +0 -1
- package/src/__tests__/Translate.test.js +0 -27
- package/src/__tests__/Utils.test.d.ts +0 -1
- package/src/__tests__/Utils.test.js +0 -66
- package/src/__tests__/Validations.test.d.ts +0 -1
- package/src/__tests__/Validations.test.js +0 -465
- package/src/__tests__/components/Activity.test.d.ts +0 -1
- package/src/__tests__/components/Activity.test.js +0 -86
- package/src/__tests__/components/Emotion.test.d.ts +0 -1
- package/src/__tests__/components/Emotion.test.js +0 -70
- package/src/__tests__/components/Header.test.d.ts +0 -1
- package/src/__tests__/components/Header.test.js +0 -36
- package/src/__tests__/components/InfoBars.test.d.ts +0 -1
- package/src/__tests__/components/InfoBars.test.js +0 -130
- package/src/__tests__/components/InvisibleNumberInput.test.d.ts +0 -1
- package/src/__tests__/components/InvisibleNumberInput.test.js +0 -160
- package/src/__tests__/components/LimitationMessage.test.d.ts +0 -1
- package/src/__tests__/components/LimitationMessage.test.js +0 -47
- package/src/__tests__/components/MoodIcon.test.d.ts +0 -1
- package/src/__tests__/components/MoodIcon.test.js +0 -30
- package/src/__tests__/components/RecommendationModal.test.d.ts +0 -1
- package/src/__tests__/components/RecommendationModal.test.js +0 -98
- package/src/__tests__/components/RecommendedCarbs.test.d.ts +0 -1
- package/src/__tests__/components/RecommendedCarbs.test.js +0 -120
- package/src/__tests__/components/RecommendedInsulin.test.d.ts +0 -1
- package/src/__tests__/components/RecommendedInsulin.test.js +0 -154
- package/src/__tests__/components/Remeasure.test.d.ts +0 -1
- package/src/__tests__/components/Remeasure.test.js +0 -78
- package/src/__tests__/components/TransferToLogbook.test.d.ts +0 -1
- package/src/__tests__/components/TransferToLogbook.test.js +0 -30
- package/src/__tests__/components/TwoOptionModal.test.d.ts +0 -1
- package/src/__tests__/components/TwoOptionModal.test.js +0 -65
- package/src/__tests__/utils.d.ts +0 -16
- package/src/__tests__/utils.js +0 -126
- package/tsconfig.json +0 -72
- package/tslint.json +0 -193
- package/typedoc.json +0 -13
- /package/{index.d.ts → dist/index.d.ts} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{src → dist/src}/assets/activity/Cyclist.png +0 -0
- /package/{src → dist/src}/assets/activity/Other.png +0 -0
- /package/{src → dist/src}/assets/activity/Runner.png +0 -0
- /package/{src → dist/src}/assets/activity/Swimmer.png +0 -0
- /package/{src → dist/src}/assets/activity/Walk.png +0 -0
- /package/{src → dist/src}/assets/mood/happy.png +0 -0
- /package/{src → dist/src}/assets/mood/happy_active.png +0 -0
- /package/{src → dist/src}/assets/mood/neutral.png +0 -0
- /package/{src → dist/src}/assets/mood/neutral_active.png +0 -0
- /package/{src → dist/src}/assets/mood/sad.png +0 -0
- /package/{src → dist/src}/assets/mood/sad_active.png +0 -0
- /package/{src → dist/src}/assets/mood/semi_happy.png +0 -0
- /package/{src → dist/src}/assets/mood/semi_happy_active.png +0 -0
- /package/{src → dist/src}/assets/mood/semi_sad.png +0 -0
- /package/{src → dist/src}/assets/mood/semi_sad_active.png +0 -0
- /package/{src → dist/src}/components/Header.d.ts +0 -0
- /package/{src → dist/src}/components/Header.js +0 -0
- /package/{src → dist/src}/components/Icon.d.ts +0 -0
- /package/{src → dist/src}/components/Icon.js +0 -0
- /package/{src → dist/src}/components/InfoBars.d.ts +0 -0
- /package/{src → dist/src}/components/InfoBars.js +0 -0
- /package/{src → dist/src}/components/InvisibleNumberInput.d.ts +0 -0
- /package/{src → dist/src}/components/InvisibleNumberInput.js +0 -0
- /package/{src → dist/src}/components/LimitationMessage.d.ts +0 -0
- /package/{src → dist/src}/components/LimitationMessage.js +0 -0
- /package/{src → dist/src}/components/LineSeparator.d.ts +0 -0
- /package/{src → dist/src}/components/LineSeparator.js +0 -0
- /package/{src → dist/src}/components/RecentInsulin.d.ts +0 -0
- /package/{src → dist/src}/components/RecentInsulin.js +0 -0
- /package/{src → dist/src}/components/RecommendationModal.d.ts +0 -0
- /package/{src → dist/src}/components/RecommendationModal.js +0 -0
- /package/{src → dist/src}/components/RecommendedCarbs.d.ts +0 -0
- /package/{src → dist/src}/components/RecommendedCarbs.js +0 -0
- /package/{src → dist/src}/components/RecommendedInsulin.d.ts +0 -0
- /package/{src → dist/src}/components/RecommendedInsulin.js +0 -0
- /package/{src → dist/src}/components/Remeasure.d.ts +0 -0
- /package/{src → dist/src}/components/Remeasure.js +0 -0
- /package/{src → dist/src}/components/TransferToLogbook.d.ts +0 -0
- /package/{src → dist/src}/components/TransferToLogbook.js +0 -0
- /package/{src → dist/src}/components/TwoOptionModal.d.ts +0 -0
- /package/{src → dist/src}/components/TwoOptionModal.js +0 -0
- /package/{src → dist/src}/components/activity/Activity.d.ts +0 -0
- /package/{src → dist/src}/components/activity/Activity.js +0 -0
- /package/{src → dist/src}/components/activity/ActivityIcon.d.ts +0 -0
- /package/{src → dist/src}/components/activity/ActivityIcon.js +0 -0
- /package/{src → dist/src}/components/activity/ActivityIntensity.d.ts +0 -0
- /package/{src → dist/src}/components/activity/ActivityIntensity.js +0 -0
- /package/{src → dist/src}/components/mood/Emotion.d.ts +0 -0
- /package/{src → dist/src}/components/mood/Emotion.js +0 -0
- /package/{src → dist/src}/components/mood/MoodIcon.d.ts +0 -0
- /package/{src → dist/src}/components/mood/MoodIcon.js +0 -0
- /package/{src → dist/src}/locale/da/messages.js +0 -0
- /package/{src → dist/src}/locale/de/messages.js +0 -0
- /package/{src → dist/src}/locale/en/messages.js +0 -0
- /package/{src → dist/src}/locale/fr/messages.js +0 -0
- /package/{src → dist/src}/locale/i18nUtils.d.ts +0 -0
- /package/{src → dist/src}/locale/i18nUtils.js +0 -0
- /package/{src → dist/src}/locale/it/messages.js +0 -0
- /package/{src → dist/src}/types/enum.d.ts +0 -0
- /package/{src → dist/src}/types/enum.js +0 -0
- /package/{src → dist/src}/types/types.d.ts +0 -0
- /package/{src → dist/src}/types/types.js +0 -0
- /package/{src → dist/src}/utils/AttentionMessages.d.ts +0 -0
- /package/{src → dist/src}/utils/AttentionMessages.js +0 -0
- /package/{src → dist/src}/utils/Constants.d.ts +0 -0
- /package/{src → dist/src}/utils/Constants.js +0 -0
- /package/{src → dist/src}/utils/RecommendationError.d.ts +0 -0
- /package/{src → dist/src}/utils/RecommendationError.js +0 -0
- /package/{src → dist/src}/utils/RecommendationUtils.d.ts +0 -0
- /package/{src → dist/src}/utils/RecommendationUtils.js +0 -0
- /package/{src → dist/src}/utils/Translations.d.ts +0 -0
- /package/{src → dist/src}/utils/Translations.js +0 -0
- /package/{src → dist/src}/utils/Utils.d.ts +0 -0
- /package/{src → dist/src}/utils/Utils.js +0 -0
- /package/{src → dist/src}/utils/Validations.d.ts +0 -0
- /package/{src → dist/src}/utils/Validations.js +0 -0
package/tslint.json
DELETED
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"defaultSeverity": "error",
|
|
3
|
-
"extends": ["tslint:recommended", "tslint-config-prettier"],
|
|
4
|
-
"rules": {
|
|
5
|
-
"adjacent-overload-signatures": true,
|
|
6
|
-
"align": true,
|
|
7
|
-
"array-type": [true, "generic"],
|
|
8
|
-
"arrow-parens": true,
|
|
9
|
-
"arrow-return-shorthand": true,
|
|
10
|
-
"await-promise": true,
|
|
11
|
-
"ban": false,
|
|
12
|
-
"ban-comma-operator": true,
|
|
13
|
-
"ban-types": false,
|
|
14
|
-
"binary-expression-operand-order": true,
|
|
15
|
-
"callable-types": true,
|
|
16
|
-
"class-name": true,
|
|
17
|
-
"comment-format": true,
|
|
18
|
-
"completed-docs": false,
|
|
19
|
-
"curly": true,
|
|
20
|
-
"cyclomatic-complexity": false,
|
|
21
|
-
"deprecation": false,
|
|
22
|
-
"encoding": true,
|
|
23
|
-
"eofline": true,
|
|
24
|
-
"file-header": false,
|
|
25
|
-
"file-name-casing": [false, "pascal-case"],
|
|
26
|
-
"forin": true,
|
|
27
|
-
"import-blacklist": false,
|
|
28
|
-
"import-spacing": true,
|
|
29
|
-
"indent": [true, "tabs", 4],
|
|
30
|
-
"interface-name": true,
|
|
31
|
-
"interface-over-type-literal": true,
|
|
32
|
-
"jsdoc-format": false,
|
|
33
|
-
"label-position": true,
|
|
34
|
-
"linebreak-style": [true, "LF"],
|
|
35
|
-
"match-default-export-name": true,
|
|
36
|
-
"max-classes-per-file": false,
|
|
37
|
-
"max-file-line-count": false,
|
|
38
|
-
"max-line-length": [true, { "limit": 120, "ignore-pattern": "// |^(\\s*)\\* |^(\\s*)\\/*" }],
|
|
39
|
-
"member-access": true,
|
|
40
|
-
"member-ordering": [
|
|
41
|
-
true,
|
|
42
|
-
{
|
|
43
|
-
"order": [
|
|
44
|
-
"public-static-field",
|
|
45
|
-
"protected-static-field",
|
|
46
|
-
"private-static-field",
|
|
47
|
-
"public-instance-field",
|
|
48
|
-
"protected-instance-field",
|
|
49
|
-
"private-instance-field",
|
|
50
|
-
"public-constructor",
|
|
51
|
-
"protected-constructor",
|
|
52
|
-
"private-constructor",
|
|
53
|
-
"public-instance-method",
|
|
54
|
-
"protected-instance-method",
|
|
55
|
-
"private-instance-method",
|
|
56
|
-
"public-static-method",
|
|
57
|
-
"protected-static-method",
|
|
58
|
-
"private-static-method"
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
|
-
"new-parens": true,
|
|
63
|
-
"newline-before-return": false,
|
|
64
|
-
"newline-per-chained-call": false,
|
|
65
|
-
"no-angle-bracket-type-assertion": false,
|
|
66
|
-
"no-any": true,
|
|
67
|
-
"no-arg": true,
|
|
68
|
-
"no-bitwise": false,
|
|
69
|
-
"no-boolean-literal-compare": true,
|
|
70
|
-
"no-conditional-assignment": false,
|
|
71
|
-
"no-consecutive-blank-lines": true,
|
|
72
|
-
"no-console": [false, "log", "error"],
|
|
73
|
-
"no-construct": true,
|
|
74
|
-
"no-debugger": false,
|
|
75
|
-
"no-default-export": false,
|
|
76
|
-
"no-duplicate-imports": true,
|
|
77
|
-
"no-duplicate-super": true,
|
|
78
|
-
"no-duplicate-switch-case": true,
|
|
79
|
-
"no-duplicate-variable": true,
|
|
80
|
-
"no-dynamic-delete": false,
|
|
81
|
-
"no-empty": true,
|
|
82
|
-
"no-empty-interface": true,
|
|
83
|
-
"no-eval": true,
|
|
84
|
-
"no-floating-promises": true,
|
|
85
|
-
"no-for-in-array": true,
|
|
86
|
-
"no-implicit-dependencies": false,
|
|
87
|
-
"no-import-side-effect": true,
|
|
88
|
-
"no-inferrable-types": false,
|
|
89
|
-
"no-inferred-empty-object-type": true,
|
|
90
|
-
"no-internal-module": true,
|
|
91
|
-
"no-invalid-template-strings": true,
|
|
92
|
-
"no-invalid-this": true,
|
|
93
|
-
"no-irregular-whitespace": true,
|
|
94
|
-
"no-magic-numbers": false,
|
|
95
|
-
"no-mergeable-namespace": true,
|
|
96
|
-
"no-misused-new": true,
|
|
97
|
-
"no-namespace": false,
|
|
98
|
-
"no-non-null-assertion": false,
|
|
99
|
-
"no-null-keyword": false,
|
|
100
|
-
"no-object-literal-type-assertion": true,
|
|
101
|
-
"no-parameter-properties": true,
|
|
102
|
-
"no-parameter-reassignment": true,
|
|
103
|
-
"no-redundant-jsdoc": true,
|
|
104
|
-
"no-reference": true,
|
|
105
|
-
"no-reference-import": true,
|
|
106
|
-
"no-require-imports": false,
|
|
107
|
-
"no-return-await": false,
|
|
108
|
-
"no-shadowed-variable": true,
|
|
109
|
-
"no-sparse-arrays": true,
|
|
110
|
-
"no-string-literal": true,
|
|
111
|
-
"no-string-throw": true,
|
|
112
|
-
"no-submodule-imports": false,
|
|
113
|
-
"no-switch-case-fall-through": true,
|
|
114
|
-
"no-this-assignment": true,
|
|
115
|
-
"no-trailing-whitespace": true,
|
|
116
|
-
"no-unbound-method": false,
|
|
117
|
-
"no-unnecessary-callback-wrapper": true,
|
|
118
|
-
"no-unnecessary-class": false,
|
|
119
|
-
"no-unnecessary-initializer": true,
|
|
120
|
-
"no-unnecessary-qualifier": true,
|
|
121
|
-
"no-unnecessary-type-assertion": true,
|
|
122
|
-
"no-unsafe-any": false,
|
|
123
|
-
"no-unsafe-finally": true,
|
|
124
|
-
"no-unused-expression": true,
|
|
125
|
-
"no-use-before-declare": false,
|
|
126
|
-
"no-var-keyword": true,
|
|
127
|
-
"no-var-requires": false,
|
|
128
|
-
"no-void-expression": false,
|
|
129
|
-
"number-literal-format": false,
|
|
130
|
-
"object-literal-key-quotes": [true, "as-needed"],
|
|
131
|
-
"object-literal-shorthand": true,
|
|
132
|
-
"object-literal-sort-keys": false,
|
|
133
|
-
"one-line": [true, "check-catch", "check-finally", "check-else", "check-open-brace"],
|
|
134
|
-
"one-variable-per-declaration": true,
|
|
135
|
-
"only-arrow-functions": false,
|
|
136
|
-
"ordered-imports": true,
|
|
137
|
-
"prefer-conditional-expression": true,
|
|
138
|
-
"prefer-const": true,
|
|
139
|
-
"prefer-for-of": false,
|
|
140
|
-
"prefer-function-over-method": true,
|
|
141
|
-
"prefer-method-signature": true,
|
|
142
|
-
"prefer-object-spread": true,
|
|
143
|
-
"prefer-readonly": true,
|
|
144
|
-
"prefer-switch": false,
|
|
145
|
-
"prefer-template": true,
|
|
146
|
-
"prefer-while": true,
|
|
147
|
-
"promise-function-async": true,
|
|
148
|
-
"quotemark": [true, "backtick" ],
|
|
149
|
-
"radix": true,
|
|
150
|
-
"restrict-plus-operands": true,
|
|
151
|
-
"return-undefined": true,
|
|
152
|
-
"semicolon": [true, "always", "ignore-bound-class-methods"],
|
|
153
|
-
"space-before-function-paren": [true, { "anonymous": "never", "named": "never", "asyncArrow": "always" }],
|
|
154
|
-
"space-within-parens": [true, { "type": "number", "min": 0, "max": 0 }],
|
|
155
|
-
"strict-boolean-expressions": false,
|
|
156
|
-
"strict-type-predicates": false,
|
|
157
|
-
"switch-default": true,
|
|
158
|
-
"switch-final-break": false,
|
|
159
|
-
"trailing-comma": [true, { "multiline": "always", "singleline": "never" }],
|
|
160
|
-
"triple-equals": [true, "allow-undefined-check"],
|
|
161
|
-
"type-literal-delimiter": true,
|
|
162
|
-
"typedef": [
|
|
163
|
-
true,
|
|
164
|
-
"call-signature",
|
|
165
|
-
"arrow-call-signature",
|
|
166
|
-
"parameter",
|
|
167
|
-
"property-declaration",
|
|
168
|
-
"member-variable-declaration"
|
|
169
|
-
],
|
|
170
|
-
"typedef-whitespace": true,
|
|
171
|
-
"unified-signatures": true,
|
|
172
|
-
"use-default-type-parameter": true,
|
|
173
|
-
"use-isnan": true,
|
|
174
|
-
"variable-name": [true, "require-const-for-all-caps", "ban-keywords"],
|
|
175
|
-
"whitespace": [
|
|
176
|
-
true,
|
|
177
|
-
"check-decl",
|
|
178
|
-
"check-branch",
|
|
179
|
-
"check-operator",
|
|
180
|
-
"check-module",
|
|
181
|
-
"check-separator",
|
|
182
|
-
"check-rest-spread",
|
|
183
|
-
"check-type",
|
|
184
|
-
"check-typecast",
|
|
185
|
-
"check-type-operator"
|
|
186
|
-
]
|
|
187
|
-
},
|
|
188
|
-
"linterOptions": {
|
|
189
|
-
"exclude": [
|
|
190
|
-
"App.tsx"
|
|
191
|
-
]
|
|
192
|
-
}
|
|
193
|
-
}
|
package/typedoc.json
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entryPoints": [
|
|
3
|
-
"./src/RecommendationScreen.tsx",
|
|
4
|
-
"./src/components/",
|
|
5
|
-
"./src/locale/i18nUtils.ts",
|
|
6
|
-
"./src/utils/",
|
|
7
|
-
"./src/types/",
|
|
8
|
-
"./node_modules/@hedia/types/dist/index.d.ts"
|
|
9
|
-
],
|
|
10
|
-
"includes": "./node_modules/@hedia/types/dist/",
|
|
11
|
-
"excludeInternal": true,
|
|
12
|
-
"includeVersion": true
|
|
13
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|