@adamhl8/configs 0.19.1 → 0.19.3
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.
|
@@ -61,7 +61,8 @@
|
|
|
61
61
|
"html": {
|
|
62
62
|
"experimentalFullSupportEnabled": true,
|
|
63
63
|
"formatter": {
|
|
64
|
-
"enabled": true
|
|
64
|
+
"enabled": true,
|
|
65
|
+
"selfCloseVoidElements": "always"
|
|
65
66
|
}
|
|
66
67
|
},
|
|
67
68
|
"linter": {
|
|
@@ -237,6 +238,7 @@
|
|
|
237
238
|
"noExcessiveClassesPerFile": "off",
|
|
238
239
|
"noExcessiveLinesPerFile": "off",
|
|
239
240
|
"noIncrementDecrement": "off",
|
|
241
|
+
"noReactNativeRawText": "off",
|
|
240
242
|
"noSyncScripts": "off",
|
|
241
243
|
"noTernary": "off",
|
|
242
244
|
"noUnknownAttribute": {
|
|
@@ -316,7 +318,6 @@
|
|
|
316
318
|
"noProto": "error",
|
|
317
319
|
"noReactNativeDeepImports": "error",
|
|
318
320
|
"noReactNativeLiteralColors": "error",
|
|
319
|
-
"noReactNativeRawText": "error",
|
|
320
321
|
"noRedundantDefaultExport": "error",
|
|
321
322
|
"noReturnAssign": "error",
|
|
322
323
|
"noRootType": "error",
|