@itcase/lint 1.1.61 → 1.1.62
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.
|
@@ -124,7 +124,7 @@ const props = [
|
|
|
124
124
|
'hasSurface',
|
|
125
125
|
'hasError',
|
|
126
126
|
'error',
|
|
127
|
-
'
|
|
127
|
+
'errorAccessDenied',
|
|
128
128
|
'errorNetwork',
|
|
129
129
|
'hasWarning',
|
|
130
130
|
|
|
@@ -318,7 +318,6 @@ const props = [
|
|
|
318
318
|
'hasIs',
|
|
319
319
|
'hasSet',
|
|
320
320
|
'hasGet',
|
|
321
|
-
'hasGet',
|
|
322
321
|
'use',
|
|
323
322
|
'onClick',
|
|
324
323
|
'onError',
|
|
@@ -331,7 +330,7 @@ const props = [
|
|
|
331
330
|
'LoadingMock',
|
|
332
331
|
'ErrorMock',
|
|
333
332
|
'ErrorNetwork',
|
|
334
|
-
'
|
|
333
|
+
'ErrorAccessDeniedMock',
|
|
335
334
|
'SuccessMock',
|
|
336
335
|
]
|
|
337
336
|
|