@itcase/lint 1.1.53 → 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',
@@ -157,8 +165,6 @@ const props = [
157
165
  'errorNetwork',
158
166
  'hasWarning',
159
167
  'hasRequire',
160
- 'serverError',
161
- 'serverErrorData',
162
168
  'hasSuccess',
163
169
  'hasDanger',
164
170
  'hasInfo',
@@ -180,8 +186,6 @@ const props = [
180
186
  // FormInitialValues Mock
181
187
  `filled`,
182
188
  `loading`,
183
- `serverError`,
184
- `serverErrorData`,
185
189
 
186
190
  'initialValues',
187
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {