@itcase/lint 1.1.25 → 1.1.27

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,10 +1,12 @@
1
1
  const props = [
2
2
  'id',
3
+ 'dataTestId',
4
+ 'dataTour',
3
5
  'className',
4
6
  'key',
5
7
  'type',
6
8
  'name',
7
-
9
+ 'ref',
8
10
  'appearance',
9
11
 
10
12
  // Size and positioning
@@ -76,7 +78,11 @@ const props = [
76
78
  'isMobile',
77
79
  'isTablet',
78
80
  'isDesktop',
81
+
82
+ 'initialValues',
83
+
79
84
  'config',
85
+ 'validationSchema',
80
86
 
81
87
  'dir',
82
88
  'src',
@@ -175,6 +181,8 @@ const props = [
175
181
  'gapTablet',
176
182
  'gapDesktop',
177
183
 
184
+ 'buttonGap',
185
+
178
186
  'columns',
179
187
  'columnsMobile',
180
188
  'columnsTablet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.25",
3
+ "version": "1.1.27",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -40,8 +40,8 @@
40
40
  "@eslint/js": "^9.31.0",
41
41
  "@eslint/markdown": "^7.0.0",
42
42
  "@ianvs/prettier-plugin-sort-imports": "^4.5.1",
43
- "@typescript-eslint/eslint-plugin": "^8.37.0",
44
- "@typescript-eslint/parser": "^8.37.0",
43
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
44
+ "@typescript-eslint/parser": "^8.38.0",
45
45
  "eslint": "^9.31.0",
46
46
  "eslint-config-prettier": "^10.1.8",
47
47
  "eslint-plugin-html": "^8.1.3",
@@ -64,12 +64,12 @@
64
64
  "stylelint-no-unsupported-browser-features": "^8.0.4",
65
65
  "stylelint-order": "^7.0.0",
66
66
  "stylelint-prettier": "^5.0.3",
67
- "typescript-eslint": "^8.37.0"
67
+ "typescript-eslint": "^8.38.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@commitlint/cli": "^19.8.1",
71
71
  "@commitlint/config-conventional": "^19.8.1",
72
- "@itcase/config": "^1.0.53",
72
+ "@itcase/config": "^1.0.54",
73
73
  "@semantic-release/changelog": "^6.0.3",
74
74
  "@semantic-release/git": "^10.0.1",
75
75
  "@semantic-release/release-notes-generator": "14.0.3",