@itcase/lint 1.1.52 → 1.1.54

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.
@@ -127,6 +127,14 @@ const props = [
127
127
  `ServerError`,
128
128
  `ServerErrorData`,
129
129
  `InitialValues`,
130
+ `default`,
131
+ `require`,
132
+ `validation`,
133
+ `filled`,
134
+ `loading`,
135
+ `serverError`,
136
+ `serverErrorData`,
137
+ `initialValues`,
130
138
 
131
139
  // Colors
132
140
  // 'accent',
@@ -152,6 +160,9 @@ const props = [
152
160
  'hasQuaternary',
153
161
  'hasSurface',
154
162
  'hasError',
163
+ 'error',
164
+ 'errorRequest',
165
+ 'errorNetwork',
155
166
  'hasWarning',
156
167
  'hasRequire',
157
168
  'hasSuccess',
@@ -175,8 +186,6 @@ const props = [
175
186
  // FormInitialValues Mock
176
187
  `filled`,
177
188
  `loading`,
178
- `serverError`,
179
- `serverErrorData`,
180
189
 
181
190
  'initialValues',
182
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.52",
3
+ "version": "1.1.54",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {