@itcase/lint 1.1.54 → 1.1.56

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
 
@@ -137,22 +133,6 @@ const props = [
137
133
  `initialValues`,
138
134
 
139
135
  // Colors
140
- // 'accent',
141
- // 'primary',
142
- // 'secondary',
143
- // 'tertiary',
144
- // 'quaternary',
145
- // 'surface',
146
- // 'error',
147
- // 'errorRequest',
148
- // 'errorNetwork',
149
- // 'warning',
150
- // 'require',
151
- // 'success',
152
- // 'danger',
153
- // 'info',
154
- // 'disabled',
155
-
156
136
  'hasAccent',
157
137
  'hasPrimary',
158
138
  'hasSecondary',
@@ -183,12 +163,6 @@ const props = [
183
163
  'hasInfoMuted',
184
164
  'hasDisabledMuted',
185
165
 
186
- // FormInitialValues Mock
187
- `filled`,
188
- `loading`,
189
-
190
- 'initialValues',
191
-
192
166
  // State
193
167
  'custom',
194
168
  'fail',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {