@itcase/lint 1.1.53 → 1.1.55
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.
|
@@ -82,10 +82,6 @@ const props = [
|
|
|
82
82
|
'isTablet',
|
|
83
83
|
'isDesktop',
|
|
84
84
|
|
|
85
|
-
`default`,
|
|
86
|
-
`empty`,
|
|
87
|
-
`validation`,
|
|
88
|
-
|
|
89
85
|
'config',
|
|
90
86
|
'validationSchema',
|
|
91
87
|
|
|
@@ -127,24 +123,16 @@ const props = [
|
|
|
127
123
|
`ServerError`,
|
|
128
124
|
`ServerErrorData`,
|
|
129
125
|
`InitialValues`,
|
|
126
|
+
`default`,
|
|
127
|
+
`require`,
|
|
128
|
+
`validation`,
|
|
129
|
+
`filled`,
|
|
130
|
+
`loading`,
|
|
131
|
+
`serverError`,
|
|
132
|
+
`serverErrorData`,
|
|
133
|
+
`initialValues`,
|
|
130
134
|
|
|
131
135
|
// Colors
|
|
132
|
-
// 'accent',
|
|
133
|
-
// 'primary',
|
|
134
|
-
// 'secondary',
|
|
135
|
-
// 'tertiary',
|
|
136
|
-
// 'quaternary',
|
|
137
|
-
// 'surface',
|
|
138
|
-
// 'error',
|
|
139
|
-
// 'errorRequest',
|
|
140
|
-
// 'errorNetwork',
|
|
141
|
-
// 'warning',
|
|
142
|
-
// 'require',
|
|
143
|
-
// 'success',
|
|
144
|
-
// 'danger',
|
|
145
|
-
// 'info',
|
|
146
|
-
// 'disabled',
|
|
147
|
-
|
|
148
136
|
'hasAccent',
|
|
149
137
|
'hasPrimary',
|
|
150
138
|
'hasSecondary',
|
|
@@ -157,8 +145,6 @@ const props = [
|
|
|
157
145
|
'errorNetwork',
|
|
158
146
|
'hasWarning',
|
|
159
147
|
'hasRequire',
|
|
160
|
-
'serverError',
|
|
161
|
-
'serverErrorData',
|
|
162
148
|
'hasSuccess',
|
|
163
149
|
'hasDanger',
|
|
164
150
|
'hasInfo',
|
|
@@ -180,8 +166,6 @@ const props = [
|
|
|
180
166
|
// FormInitialValues Mock
|
|
181
167
|
`filled`,
|
|
182
168
|
`loading`,
|
|
183
|
-
`serverError`,
|
|
184
|
-
`serverErrorData`,
|
|
185
169
|
|
|
186
170
|
'initialValues',
|
|
187
171
|
|