@itcase/lint 1.1.63 → 1.1.64

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.
@@ -71,6 +71,12 @@ const customGroups = {
71
71
  hasServerErrorData: '^.(?!is|on).*(S|s)erverErrorData.*\b',
72
72
  hasInitialValues: '^.(?!is|on).*(I|i)nitialValues.*\b',
73
73
 
74
+ hasHighest: '^highest.*',
75
+ hasHigh: '^high.*',
76
+ hasMedium: '^medium.*',
77
+ hasLow: '^low.*',
78
+ hasLowest: 'lowest.*',
79
+
74
80
  min: '^min.*',
75
81
  max: '^max.*',
76
82
 
@@ -269,11 +269,11 @@ const props = [
269
269
  'full',
270
270
  'ghost',
271
271
 
272
- 'highest',
273
- 'high',
274
- 'medium',
275
- 'low',
276
- 'lowest',
272
+ 'hasHighest',
273
+ 'hasHigh',
274
+ 'hasMedium',
275
+ 'hasLow',
276
+ 'hasLowest',
277
277
 
278
278
  // Other
279
279
  'overflow',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.63",
3
+ "version": "1.1.64",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {