@itcase/lint 1.1.85 → 1.1.87
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 +20 -0
- package/README.md +1 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## <small>1.1.87 (2026-01-20)</small>
|
|
2
|
+
|
|
3
|
+
* Merge branch 'master' into develop ([941e1c5](https://github.com/ITCase/itcase-lint/commit/941e1c5))
|
|
4
|
+
* Merge branch 'master' of github.com:ITCase/itcase-lint ([5dd6ab5](https://github.com/ITCase/itcase-lint/commit/5dd6ab5))
|
|
5
|
+
* deps(other): Update deps ([417717b](https://github.com/ITCase/itcase-lint/commit/417717b))
|
|
6
|
+
* ci(other): Update hooks ([3b8a903](https://github.com/ITCase/itcase-lint/commit/3b8a903))
|
|
7
|
+
* other(other): hooks ([7ed3d3d](https://github.com/ITCase/itcase-lint/commit/7ed3d3d))
|
|
8
|
+
|
|
9
|
+
## <small>1.1.86 (2026-01-20)</small>
|
|
10
|
+
|
|
11
|
+
* Merge branch 'develop' ([47c4142](https://github.com/ITCase/itcase-lint/commit/47c4142))
|
|
12
|
+
* Merge branch 'develop' ([777a55a](https://github.com/ITCase/itcase-lint/commit/777a55a))
|
|
13
|
+
* Merge branch 'develop' ([1a16c5f](https://github.com/ITCase/itcase-lint/commit/1a16c5f))
|
|
14
|
+
* Merge branch 'master' of github.com:ITCase/itcase-lint ([7f0fe2b](https://github.com/ITCase/itcase-lint/commit/7f0fe2b))
|
|
15
|
+
* patch(other(other))): hooks ([8534cf6](https://github.com/ITCase/itcase-lint/commit/8534cf6))
|
|
16
|
+
* fix(other): Fix Semantic release path ([fdd5970](https://github.com/ITCase/itcase-lint/commit/fdd5970))
|
|
17
|
+
* fix(other): Fix semantic release ([44375a1](https://github.com/ITCase/itcase-lint/commit/44375a1))
|
|
18
|
+
* fix(other): Update generator ([7103fef](https://github.com/ITCase/itcase-lint/commit/7103fef))
|
|
19
|
+
* other(other): Test merge ([c032a71](https://github.com/ITCase/itcase-lint/commit/c032a71))
|
|
20
|
+
|
|
1
21
|
## <small>1.1.85 (2026-01-20)</small>
|
|
2
22
|
|
|
3
23
|
* Merge branch 'develop' ([985b037](https://github.com/ITCase/itcase-lint/commit/985b037))
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Presets of linter configurations
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
$ npm i -D @itcase/lint eslint stylelint prettier
|
|
8
|
+
$ npm i -D @itcase/lint eslint stylelint prettier
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Setting up sorting configuration
|
|
@@ -33,7 +33,6 @@ Here's how to set up the order and rules:
|
|
|
33
33
|
const groups = [
|
|
34
34
|
'className',
|
|
35
35
|
'key',
|
|
36
|
-
// ...
|
|
37
36
|
'callback',
|
|
38
37
|
]
|
|
39
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.87",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets ",
|
|
6
6
|
"engines": {
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"@eslint/compat": "^2.0.1",
|
|
49
49
|
"@eslint/js": "^9.39.2",
|
|
50
50
|
"@eslint/markdown": "^7.5.1",
|
|
51
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
52
|
-
"@html-eslint/parser": "^0.
|
|
51
|
+
"@html-eslint/eslint-plugin": "^0.53.0",
|
|
52
|
+
"@html-eslint/parser": "^0.53.0",
|
|
53
53
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^8.53.
|
|
55
|
-
"@typescript-eslint/parser": "^8.53.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.53.1",
|
|
55
|
+
"@typescript-eslint/parser": "^8.53.1",
|
|
56
56
|
"eslint": "^9.39.2",
|
|
57
57
|
"eslint-config-prettier": "^10.1.8",
|
|
58
58
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
"stylelint-no-unsupported-browser-features": "^8.0.5",
|
|
78
78
|
"stylelint-order": "^7.0.1",
|
|
79
79
|
"stylelint-prettier": "^5.0.3",
|
|
80
|
-
"typescript-eslint": "^8.53.
|
|
80
|
+
"typescript-eslint": "^8.53.1"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@commitlint/cli": "^20.3.1",
|
|
84
84
|
"@commitlint/config-conventional": "^20.3.1",
|
|
85
|
-
"@itcase/config": "^1.6.
|
|
85
|
+
"@itcase/config": "^1.6.39",
|
|
86
86
|
"@rollup/plugin-alias": "^6.0.0",
|
|
87
87
|
"@rollup/plugin-babel": "^6.1.0",
|
|
88
88
|
"@rollup/plugin-image": "^3.0.3",
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
"@types/node": "^25.0.9",
|
|
94
94
|
"@types/react": "^19.2.8",
|
|
95
95
|
"@types/react-dom": "^19.2.3",
|
|
96
|
-
"@typescript-eslint/rule-tester": "^8.53.
|
|
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.
|
|
100
|
+
"rollup": "4.55.2",
|
|
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",
|