@adamhl8/configs 0.17.10 → 0.17.12
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.
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"noExcessiveNestedTestSuites": "error",
|
|
102
102
|
"noExtraBooleanCast": "error",
|
|
103
103
|
"noFlatMapIdentity": "error",
|
|
104
|
-
"noForEach": "
|
|
104
|
+
"noForEach": "off",
|
|
105
105
|
"noImplicitCoercions": "error",
|
|
106
106
|
"noImportantStyles": "error",
|
|
107
107
|
"noStaticOnlyClass": "error",
|
|
@@ -213,14 +213,14 @@
|
|
|
213
213
|
"noFloatingPromises": "error",
|
|
214
214
|
"noForIn": "error",
|
|
215
215
|
"noImportCycles": "error",
|
|
216
|
-
"noIncrementDecrement": "
|
|
217
|
-
"noJsxLiterals": "
|
|
216
|
+
"noIncrementDecrement": "off",
|
|
217
|
+
"noJsxLiterals": "off",
|
|
218
218
|
"noMisusedPromises": "error",
|
|
219
219
|
"noNextAsyncClientComponent": "error",
|
|
220
220
|
"noParametersOnlyUsedInRecursion": "error",
|
|
221
221
|
"noReactForwardRef": "error",
|
|
222
222
|
"noShadow": "error",
|
|
223
|
-
"noSyncScripts": "
|
|
223
|
+
"noSyncScripts": "off",
|
|
224
224
|
"noUnknownAttribute": "error",
|
|
225
225
|
"noUnnecessaryConditions": "error",
|
|
226
226
|
"noUnresolvedImports": "off",
|