@tamagui/fake-react-native 2.0.0-rc.0 → 2.0.0-rc.0-1769998500160
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/idFn.js +1 -1
- package/package.json +4 -4
- package/biome.json +0 -90
package/idFn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default (_ => _
|
|
1
|
+
export default (_) => _
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/fake-react-native",
|
|
3
|
-
"version": "2.0.0-rc.0",
|
|
3
|
+
"version": "2.0.0-rc.0-1769998500160",
|
|
4
|
+
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
|
|
4
5
|
"main": "index.js",
|
|
5
6
|
"module": "index.mjs",
|
|
6
7
|
"exports": {
|
|
@@ -12,6 +13,5 @@
|
|
|
12
13
|
},
|
|
13
14
|
"publishConfig": {
|
|
14
15
|
"access": "public"
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/biome.json
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
|
|
3
|
-
"organizeImports": {
|
|
4
|
-
"enabled": false
|
|
5
|
-
},
|
|
6
|
-
"files": {
|
|
7
|
-
"ignore": ["**/*/generated-*.ts", ".tamagui"]
|
|
8
|
-
},
|
|
9
|
-
"linter": {
|
|
10
|
-
"enabled": true,
|
|
11
|
-
"rules": {
|
|
12
|
-
"correctness": {
|
|
13
|
-
"useExhaustiveDependencies": "off",
|
|
14
|
-
"noInnerDeclarations": "off",
|
|
15
|
-
"noUnnecessaryContinue": "off",
|
|
16
|
-
"noConstructorReturn": "off"
|
|
17
|
-
},
|
|
18
|
-
"suspicious": {
|
|
19
|
-
"noImplicitAnyLet": "off",
|
|
20
|
-
"noConfusingVoidType": "off",
|
|
21
|
-
"noEmptyInterface": "off",
|
|
22
|
-
"noExplicitAny": "off",
|
|
23
|
-
"noArrayIndexKey": "off",
|
|
24
|
-
"noDoubleEquals": "off",
|
|
25
|
-
"noConsoleLog": "error",
|
|
26
|
-
"noAssignInExpressions": "off",
|
|
27
|
-
"noRedeclare": "off"
|
|
28
|
-
},
|
|
29
|
-
"style": {
|
|
30
|
-
"noParameterAssign": "off",
|
|
31
|
-
"noNonNullAssertion": "off",
|
|
32
|
-
"noArguments": "off",
|
|
33
|
-
"noUnusedTemplateLiteral": "off",
|
|
34
|
-
"useDefaultParameterLast": "off",
|
|
35
|
-
"useConst": "off",
|
|
36
|
-
"useEnumInitializers": "off",
|
|
37
|
-
"useTemplate": "off",
|
|
38
|
-
"useSelfClosingElements": "off",
|
|
39
|
-
"useImportType": "error",
|
|
40
|
-
"noUselessElse": "off"
|
|
41
|
-
},
|
|
42
|
-
"security": {
|
|
43
|
-
"noDangerouslySetInnerHtml": "off",
|
|
44
|
-
"noDangerouslySetInnerHtmlWithChildren": "off"
|
|
45
|
-
},
|
|
46
|
-
"performance": {
|
|
47
|
-
"noDelete": "off",
|
|
48
|
-
"noAccumulatingSpread": "off"
|
|
49
|
-
},
|
|
50
|
-
"complexity": {
|
|
51
|
-
"noForEach": "off",
|
|
52
|
-
"noUselessTernary": "off",
|
|
53
|
-
"noBannedTypes": "off",
|
|
54
|
-
"noUselessFragments": "off",
|
|
55
|
-
"useLiteralKeys": "off",
|
|
56
|
-
"useSimplifiedLogicExpression": "off",
|
|
57
|
-
"useOptionalChain": "off"
|
|
58
|
-
},
|
|
59
|
-
"a11y": {
|
|
60
|
-
"noSvgWithoutTitle": "off",
|
|
61
|
-
"useMediaCaption": "off",
|
|
62
|
-
"noHeaderScope": "off",
|
|
63
|
-
"useAltText": "off",
|
|
64
|
-
"useButtonType": "off"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"formatter": {
|
|
69
|
-
"enabled": true,
|
|
70
|
-
"formatWithErrors": false,
|
|
71
|
-
"indentStyle": "space",
|
|
72
|
-
"indentWidth": 2,
|
|
73
|
-
"lineWidth": 90,
|
|
74
|
-
"lineEnding": "lf",
|
|
75
|
-
"ignore": [
|
|
76
|
-
"**/*/generated-new.ts",
|
|
77
|
-
"**/*/generated-v2.ts",
|
|
78
|
-
".tamagui",
|
|
79
|
-
"package.json"
|
|
80
|
-
]
|
|
81
|
-
},
|
|
82
|
-
"javascript": {
|
|
83
|
-
"formatter": {
|
|
84
|
-
"trailingCommas": "es5",
|
|
85
|
-
"jsxQuoteStyle": "double",
|
|
86
|
-
"semicolons": "asNeeded",
|
|
87
|
-
"quoteStyle": "single"
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|