@itcase/lint 1.1.44 → 1.1.46

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.
@@ -29,8 +29,15 @@ const customGroups = {
29
29
  font: '^font.*',
30
30
  text: '^text.*',
31
31
 
32
- hasAccent: '^.(?!is|on)*(A|a)ccent.*',
33
- hasPrimary: '^.(?!is|on)*(P|p)rimary.*',
32
+ DefaultMock: 'DefaultMock$',
33
+ LoadingMock: 'LoadingMock$',
34
+ ErrorMock: 'ErrorMock$',
35
+ SuccessMock: 'SuccessMock$',
36
+ TimeoutMock: 'TimeoutMock$',
37
+ ErrorRequestMock: 'ErrorRequestMock$',
38
+
39
+ hasAccent: '^.(?!is|on).*(A|a)ccent.*',
40
+ hasPrimary: '^.(?!is|on).*(P|p)rimary.*',
34
41
  hasSecondary: '^(?!is|on).*(S|s)econdary.*',
35
42
  hasTertiary: '^(?!is|on).*(T|t)ertiary.*',
36
43
  hasQuaternary: '^(?!is|on).*(Q|q)uaternary.*',
@@ -349,6 +349,14 @@ const props = [
349
349
  'onSuccess',
350
350
  'onError',
351
351
  'children',
352
+
353
+ // Mock
354
+ 'DefaultMock',
355
+ 'LoadingMock',
356
+ 'ErrorMock',
357
+ 'SuccessMock',
358
+ 'TimeoutMock',
359
+ 'ErrorRequestMock',
352
360
  ]
353
361
 
354
362
  export { props }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.44",
3
+ "version": "1.1.46",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {