@itcase/lint 1.1.47 → 1.1.48

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.
@@ -1,14 +1,14 @@
1
1
  const props = [
2
2
  'UPPERCASE',
3
3
  'id',
4
+ 'appearance',
5
+ 'className',
4
6
  'dataTestId',
5
7
  'dataTour',
6
- 'className',
7
8
  'key',
8
9
  'type',
9
10
  'name',
10
11
  'ref',
11
- 'appearance',
12
12
 
13
13
  // Size and positioning
14
14
  'width',
@@ -60,13 +60,6 @@ const props = [
60
60
  'textColorActiveHover',
61
61
  'textColorDisabled',
62
62
 
63
- 'border',
64
- 'borderColor',
65
- 'borderColorHover',
66
- 'borderColorActive',
67
- 'borderColorActiveHover',
68
- 'borderColorDisabled',
69
-
70
63
  'circular',
71
64
  'rounded',
72
65
  'roundedXXL',
@@ -120,6 +113,13 @@ const props = [
120
113
  'actions',
121
114
  'status',
122
115
 
116
+ 'border',
117
+ 'borderColor',
118
+ 'borderColorHover',
119
+ 'borderColorActive',
120
+ 'borderColorActiveHover',
121
+ 'borderColorDisabled',
122
+
123
123
  `Default`,
124
124
  `Require`,
125
125
  `Validation`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -39,7 +39,7 @@
39
39
  "@eslint/compat": "^1.3.2",
40
40
  "@eslint/js": "^9.34.0",
41
41
  "@eslint/markdown": "^7.2.0",
42
- "@ianvs/prettier-plugin-sort-imports": "^4.6.3",
42
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
43
43
  "@typescript-eslint/eslint-plugin": "^8.41.0",
44
44
  "@typescript-eslint/parser": "^8.41.0",
45
45
  "eslint": "^9.34.0",