@itcase/lint 1.1.92 → 1.1.94

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.1.94](https://github.com/ITCase/itcase-lint/compare/v1.1.93...v1.1.94) (2026-01-23)
2
+
3
+ ### Features
4
+
5
+ * **stylelint:** add ignore rules ([8122b17](https://github.com/ITCase/itcase-lint/commit/8122b17285b0670718821eea1f7c1caef43c27ca))
6
+
7
+ ## [1.1.93](https://github.com/ITCase/itcase-lint/compare/v1.1.92...v1.1.93) (2026-01-22)
8
+
9
+ ### Continuous Integrations
10
+
11
+ * **other:** Update ([4e4f5df](https://github.com/ITCase/itcase-lint/commit/4e4f5df9464038849217ee201e6b13d9d99031c6))
12
+
13
+ ### Dependencies
14
+
15
+ * **other:** Update deps ([01e3aa2](https://github.com/ITCase/itcase-lint/commit/01e3aa2423d5e69f5d6358fc30ad64044bfb696b))
16
+
1
17
  ## [1.1.92](https://github.com/ITCase/itcase-lint/compare/v1.1.91...v1.1.92) (2026-01-20)
2
18
 
3
19
  ### Other
@@ -9,7 +9,7 @@ declare const _default: {
9
9
  files: string[];
10
10
  rules: {
11
11
  readonly "react-hooks/rules-of-hooks": "off";
12
- readonly "import/no-anonymous-default-export": "off";
12
+ readonly "import-x/no-anonymous-default-export": "off";
13
13
  readonly "storybook/csf-component": "warn";
14
14
  readonly "storybook/default-exports": "error";
15
15
  readonly "storybook/hierarchy-separator": "warn";
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  rules: {
23
23
  readonly "storybook/no-uninstalled-addons": "error";
24
24
  readonly "react-hooks/rules-of-hooks"?: undefined;
25
- readonly "import/no-anonymous-default-export"?: undefined;
25
+ readonly "import-x/no-anonymous-default-export"?: undefined;
26
26
  readonly "storybook/csf-component"?: undefined;
27
27
  readonly "storybook/default-exports"?: undefined;
28
28
  readonly "storybook/hierarchy-separator"?: undefined;
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  files: string[];
38
38
  rules: {
39
39
  readonly "react-hooks/rules-of-hooks": "off";
40
- readonly "import/no-anonymous-default-export": "off";
40
+ readonly "import-x/no-anonymous-default-export": "off";
41
41
  readonly "storybook/no-stories-of": "error";
42
42
  readonly "storybook/no-title-property-in-meta": "error";
43
43
  };
@@ -49,7 +49,7 @@ declare const _default: {
49
49
  files: string[];
50
50
  rules: {
51
51
  readonly "react-hooks/rules-of-hooks": "off";
52
- readonly "import/no-anonymous-default-export": "off";
52
+ readonly "import-x/no-anonymous-default-export": "off";
53
53
  readonly "storybook/await-interactions": "error";
54
54
  readonly "storybook/context-in-play-function": "error";
55
55
  readonly "storybook/use-storybook-expect": "error";
@@ -61,7 +61,7 @@ declare const _default: {
61
61
  rules: {
62
62
  readonly "storybook/no-uninstalled-addons": "error";
63
63
  readonly "react-hooks/rules-of-hooks"?: undefined;
64
- readonly "import/no-anonymous-default-export"?: undefined;
64
+ readonly "import-x/no-anonymous-default-export"?: undefined;
65
65
  readonly "storybook/await-interactions"?: undefined;
66
66
  readonly "storybook/context-in-play-function"?: undefined;
67
67
  readonly "storybook/use-storybook-expect"?: undefined;
@@ -75,7 +75,7 @@ declare const _default: {
75
75
  files: string[];
76
76
  rules: {
77
77
  readonly "react-hooks/rules-of-hooks": "off";
78
- readonly "import/no-anonymous-default-export": "off";
78
+ readonly "import-x/no-anonymous-default-export": "off";
79
79
  readonly "storybook/await-interactions": "error";
80
80
  readonly "storybook/context-in-play-function": "error";
81
81
  readonly "storybook/default-exports": "error";
@@ -93,7 +93,7 @@ declare const _default: {
93
93
  rules: {
94
94
  readonly "storybook/no-uninstalled-addons": "error";
95
95
  readonly "react-hooks/rules-of-hooks"?: undefined;
96
- readonly "import/no-anonymous-default-export"?: undefined;
96
+ readonly "import-x/no-anonymous-default-export"?: undefined;
97
97
  readonly "storybook/await-interactions"?: undefined;
98
98
  readonly "storybook/context-in-play-function"?: undefined;
99
99
  readonly "storybook/default-exports"?: undefined;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  files: string[];
147
147
  rules: {
148
148
  readonly "react-hooks/rules-of-hooks": "off";
149
- readonly "import/no-anonymous-default-export": "off";
149
+ readonly "import-x/no-anonymous-default-export": "off";
150
150
  readonly "storybook/csf-component": "warn";
151
151
  readonly "storybook/default-exports": "error";
152
152
  readonly "storybook/hierarchy-separator": "warn";
@@ -161,7 +161,7 @@ declare const _default: {
161
161
  rules: {
162
162
  readonly "storybook/no-uninstalled-addons": "error";
163
163
  readonly "react-hooks/rules-of-hooks"?: undefined;
164
- readonly "import/no-anonymous-default-export"?: undefined;
164
+ readonly "import-x/no-anonymous-default-export"?: undefined;
165
165
  readonly "storybook/csf-component"?: undefined;
166
166
  readonly "storybook/default-exports"?: undefined;
167
167
  readonly "storybook/hierarchy-separator"?: undefined;
@@ -209,7 +209,7 @@ declare const _default: {
209
209
  files: string[];
210
210
  rules: {
211
211
  readonly "react-hooks/rules-of-hooks": "off";
212
- readonly "import/no-anonymous-default-export": "off";
212
+ readonly "import-x/no-anonymous-default-export": "off";
213
213
  readonly "storybook/csf-component": "warn";
214
214
  readonly "storybook/default-exports": "error";
215
215
  readonly "storybook/hierarchy-separator": "warn";
@@ -224,7 +224,7 @@ declare const _default: {
224
224
  rules: {
225
225
  readonly "storybook/no-uninstalled-addons": "error";
226
226
  readonly "react-hooks/rules-of-hooks"?: undefined;
227
- readonly "import/no-anonymous-default-export"?: undefined;
227
+ readonly "import-x/no-anonymous-default-export"?: undefined;
228
228
  readonly "storybook/csf-component"?: undefined;
229
229
  readonly "storybook/default-exports"?: undefined;
230
230
  readonly "storybook/hierarchy-separator"?: undefined;
@@ -237,7 +237,7 @@ declare const _default: {
237
237
  files: string[];
238
238
  rules: {
239
239
  readonly "react-hooks/rules-of-hooks": "off";
240
- readonly "import/no-anonymous-default-export": "off";
240
+ readonly "import-x/no-anonymous-default-export": "off";
241
241
  readonly "storybook/no-stories-of": "error";
242
242
  readonly "storybook/no-title-property-in-meta": "error";
243
243
  };
@@ -281,7 +281,7 @@ declare const _default: {
281
281
  files: string[];
282
282
  rules: {
283
283
  readonly "react-hooks/rules-of-hooks": "off";
284
- readonly "import/no-anonymous-default-export": "off";
284
+ readonly "import-x/no-anonymous-default-export": "off";
285
285
  readonly "storybook/await-interactions": "error";
286
286
  readonly "storybook/context-in-play-function": "error";
287
287
  readonly "storybook/use-storybook-expect": "error";
@@ -295,7 +295,7 @@ declare const _default: {
295
295
  rules: {
296
296
  readonly "storybook/no-uninstalled-addons": "error";
297
297
  readonly "react-hooks/rules-of-hooks"?: undefined;
298
- readonly "import/no-anonymous-default-export"?: undefined;
298
+ readonly "import-x/no-anonymous-default-export"?: undefined;
299
299
  readonly "storybook/await-interactions"?: undefined;
300
300
  readonly "storybook/context-in-play-function"?: undefined;
301
301
  readonly "storybook/use-storybook-expect"?: undefined;
@@ -342,7 +342,7 @@ declare const _default: {
342
342
  files: string[];
343
343
  rules: {
344
344
  readonly "react-hooks/rules-of-hooks": "off";
345
- readonly "import/no-anonymous-default-export": "off";
345
+ readonly "import-x/no-anonymous-default-export": "off";
346
346
  readonly "storybook/await-interactions": "error";
347
347
  readonly "storybook/context-in-play-function": "error";
348
348
  readonly "storybook/default-exports": "error";
@@ -362,7 +362,7 @@ declare const _default: {
362
362
  rules: {
363
363
  readonly "storybook/no-uninstalled-addons": "error";
364
364
  readonly "react-hooks/rules-of-hooks"?: undefined;
365
- readonly "import/no-anonymous-default-export"?: undefined;
365
+ readonly "import-x/no-anonymous-default-export"?: undefined;
366
366
  readonly "storybook/await-interactions"?: undefined;
367
367
  readonly "storybook/context-in-play-function"?: undefined;
368
368
  readonly "storybook/default-exports"?: undefined;
@@ -50,8 +50,8 @@ var index = {
50
50
  '^src/screens/(.*)$',
51
51
  '^src/components$',
52
52
  '^src/components/(.*)$',
53
- '^src/screenCompoments$',
54
- '^src/screenCompoments/(.*)$',
53
+ '^src/screenComponents$',
54
+ '^src/screenComponents/(.*)$',
55
55
  '^src/hooks$',
56
56
  '^src/hooks/(.*)$',
57
57
  '^src/utils$',
package/dist/prettier.js CHANGED
@@ -13,6 +13,8 @@ var index = {
13
13
  '',
14
14
  '^@itcase/(.*)$',
15
15
  '',
16
+ '^@packages/(.*)$',
17
+ '',
16
18
  '^(?!.*[.]css)src/(?!icons)(?!stores)(.*)$',
17
19
  '^src/stores/(.*)$',
18
20
  '^src/stores$',
package/dist/stylelint.js CHANGED
@@ -9,7 +9,9 @@ var index = {
9
9
  '**/*.ts',
10
10
  '**/*.tsx',
11
11
  '**/*.js',
12
+ '**/*.jsx',
12
13
  '**/*.mjs',
14
+ '**/*.md',
13
15
  'ios/**/*',
14
16
  'android/**/*',
15
17
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.92",
3
+ "version": "1.1.94",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -62,17 +62,17 @@
62
62
  "eslint-plugin-mobx": "^0.0.13",
63
63
  "eslint-plugin-n": "^17.23.2",
64
64
  "eslint-plugin-node": "^11.1.0",
65
- "eslint-plugin-perfectionist": "^5.3.1",
65
+ "eslint-plugin-perfectionist": "^5.4.0",
66
66
  "eslint-plugin-prettier": "^5.5.5",
67
67
  "eslint-plugin-promise": "^7.2.1",
68
68
  "eslint-plugin-react": "^7.37.5",
69
69
  "eslint-plugin-react-hooks": "^7.0.1",
70
70
  "eslint-plugin-react-native": "^5.0.0",
71
71
  "eslint-plugin-react-refresh": "^0.4.26",
72
- "eslint-plugin-storybook": "^10.1.11",
72
+ "eslint-plugin-storybook": "^10.2.0",
73
73
  "expo-modules-autolinking": "^3.0.24",
74
- "globals": "^17.0.0",
75
- "prettier": "^3.8.0",
74
+ "globals": "^17.1.0",
75
+ "prettier": "^3.8.1",
76
76
  "stylelint-config-standard": "^40.0.0",
77
77
  "stylelint-no-unsupported-browser-features": "^8.0.5",
78
78
  "stylelint-order": "^7.0.1",
@@ -82,7 +82,7 @@
82
82
  "devDependencies": {
83
83
  "@commitlint/cli": "^20.3.1",
84
84
  "@commitlint/config-conventional": "^20.3.1",
85
- "@itcase/config": "^1.6.42",
85
+ "@itcase/config": "^1.6.43",
86
86
  "@rollup/plugin-alias": "^6.0.0",
87
87
  "@rollup/plugin-babel": "^6.1.0",
88
88
  "@rollup/plugin-image": "^3.0.3",
@@ -90,14 +90,14 @@
90
90
  "@rollup/plugin-node-resolve": "^16.0.3",
91
91
  "@rollup/plugin-terser": "^0.4.4",
92
92
  "@rollup/plugin-typescript": "^12.3.0",
93
- "@types/node": "^25.0.9",
94
- "@types/react": "^19.2.8",
93
+ "@types/node": "^25.0.10",
94
+ "@types/react": "^19.2.9",
95
95
  "@types/react-dom": "^19.2.3",
96
96
  "@typescript-eslint/rule-tester": "^8.53.1",
97
97
  "del-cli": "^7.0.0",
98
98
  "husky": "^9.1.7",
99
99
  "lint-staged": "^16.2.7",
100
- "rollup": "4.55.2",
100
+ "rollup": "4.56.0",
101
101
  "rollup-plugin-copy": "^3.5.0",
102
102
  "rollup-plugin-dts": "^6.3.0",
103
103
  "rollup-plugin-peer-deps-external": "^2.2.4",