@itcase/lint 1.1.46 → 1.1.47

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.
@@ -42,7 +42,7 @@ const customGroups = {
42
42
  hasTertiary: '^(?!is|on).*(T|t)ertiary.*',
43
43
  hasQuaternary: '^(?!is|on).*(Q|q)uaternary.*',
44
44
  hasSurface: '^(?!is|on).*(S|s)urface.*',
45
- hasError: '^(?!is|on)(?!on).*(E|e)rror.*',
45
+ hasError: '^(?!is|on).*(E|e)rror.*',
46
46
  hasWarning: '^(?!is|on).*(W|w)arning.*',
47
47
  hasRequire: '^(?!is|on).*(T|t)ertiary.*',
48
48
  hasSuccess: '^(?!is|on)(?!on).*(S|s)uccess.*',
@@ -80,10 +80,6 @@ const customGroups = {
80
80
  isTablet: '^isTablet.*',
81
81
  isDesktop: '^isDesktop.*',
82
82
 
83
- primaryButton: '^primaryButton.*',
84
- secondaryButton: '^secondaryButton.*',
85
- tertiaryButton: '^tertiaryButton.*',
86
-
87
83
  message: '^message.*',
88
84
  close: '^close.*',
89
85
  open: '^open.*',
@@ -90,7 +90,6 @@ const props = [
90
90
  'isTablet',
91
91
  'isDesktop',
92
92
 
93
- // FormInitialValues Mock
94
93
  `default`,
95
94
  `empty`,
96
95
  `validation`,
@@ -121,7 +120,6 @@ const props = [
121
120
  'actions',
122
121
  'status',
123
122
 
124
- // FormMock
125
123
  `Default`,
126
124
  `Require`,
127
125
  `Validation`,
@@ -331,9 +329,6 @@ const props = [
331
329
  'device',
332
330
  'unknown',
333
331
  'before',
334
- 'primaryButton',
335
- 'secondaryButton',
336
- 'tertiaryButton',
337
332
  'after',
338
333
  'open',
339
334
  'close',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {