@adamhl8/configs 0.19.0 → 0.19.2
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.
|
@@ -237,8 +237,16 @@
|
|
|
237
237
|
"noExcessiveClassesPerFile": "off",
|
|
238
238
|
"noExcessiveLinesPerFile": "off",
|
|
239
239
|
"noIncrementDecrement": "off",
|
|
240
|
+
"noReactNativeRawText": "off",
|
|
240
241
|
"noSyncScripts": "off",
|
|
241
242
|
"noTernary": "off",
|
|
243
|
+
"noUnknownAttribute": {
|
|
244
|
+
"level": "error",
|
|
245
|
+
"options": {
|
|
246
|
+
"ignore": ["class", "class:list"]
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"noUntrustedLicenses": "off",
|
|
242
250
|
"noVueVIfWithVFor": "off",
|
|
243
251
|
"useAwaitThenable": "off",
|
|
244
252
|
"useExplicitReturnType": "off",
|
|
@@ -309,7 +317,6 @@
|
|
|
309
317
|
"noProto": "error",
|
|
310
318
|
"noReactNativeDeepImports": "error",
|
|
311
319
|
"noReactNativeLiteralColors": "error",
|
|
312
|
-
"noReactNativeRawText": "error",
|
|
313
320
|
"noRedundantDefaultExport": "error",
|
|
314
321
|
"noReturnAssign": "error",
|
|
315
322
|
"noRootType": "error",
|
|
@@ -317,11 +324,9 @@
|
|
|
317
324
|
"noShadow": "error",
|
|
318
325
|
"noTopLevelLiterals": "error",
|
|
319
326
|
"noUndeclaredEnvVars": "error",
|
|
320
|
-
"noUnknownAttribute": "error",
|
|
321
327
|
"noUnnecessaryConditions": "error",
|
|
322
328
|
"noUnnecessaryTemplateExpression": "error",
|
|
323
329
|
"noUnsafePlusOperands": "error",
|
|
324
|
-
"noUntrustedLicenses": "error",
|
|
325
330
|
"noUselessReturn": "error",
|
|
326
331
|
"noUselessTypeConversion": "error",
|
|
327
332
|
"noVueArrowFuncInWatch": "error",
|