@hero-design/eslint-plugin 9.2.1-alpha.0 → 9.2.1
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 +2 -2
- package/package.json +3 -3
- package/.turbo/turbo-lint.log +0 -0
- package/.turbo/turbo-test.log +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @hero-design/eslint-plugin
|
|
2
2
|
|
|
3
|
-
## 9.2.1
|
|
3
|
+
## 9.2.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- [#4303](https://github.com/Thinkei/hero-design/pull/4303) [`ee5b1d700200af991bb360e3f514f29790e33511`](https://github.com/Thinkei/hero-design/commit/ee5b1d700200af991bb360e3f514f29790e33511) Thanks [@ngvuthanhnhan-eh-hi](https://github.com/ngvuthanhnhan-eh-hi)! - Suppress `lint` warnings in CI Logs
|
|
8
8
|
|
|
9
9
|
## 9.2.0
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/eslint-plugin",
|
|
3
|
-
"version": "9.2.1
|
|
3
|
+
"version": "9.2.1",
|
|
4
4
|
"description": "Hero Design's eslint plugin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"exports": "./lib/index.js",
|
|
13
13
|
"prettier": "prettier-config-hd",
|
|
14
14
|
"scripts": {
|
|
15
|
-
"lint": "eslint lib tests",
|
|
15
|
+
"lint": "eslint lib tests --quiet",
|
|
16
16
|
"test": "jest --runInBand",
|
|
17
17
|
"test:watch": "jest --runInBand --watch",
|
|
18
18
|
"test:ci": "jest --runInBand --logHeapUsage",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"eslint-plugin-eslint-plugin": "^5.0.0",
|
|
30
30
|
"eslint-plugin-node": "^11.1.0",
|
|
31
31
|
"jest": "^29.2.1",
|
|
32
|
-
"prettier-config-hd": "8.42.
|
|
32
|
+
"prettier-config-hd": "8.42.4"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": "^14.17.0 || ^16.0.0 || ^18.0.0 || >=20.0.0"
|
package/.turbo/turbo-lint.log
DELETED
|
File without changes
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
PASS tests/lib/rules/react-no-text-outside-typography.js
|
|
2
|
-
PASS tests/lib/rules/no-deprecated-component-prop-value.js
|
|
3
|
-
PASS tests/lib/rules/no-deprecated-component-prop.js
|
|
4
|
-
PASS tests/lib/rules/no-deprecated-theme-key.js
|
|
5
|
-
PASS tests/lib/rules/not-recommended-import.js
|
|
6
|
-
PASS tests/lib/rules/banning-snowflake-approve-comment.js
|
|
7
|
-
PASS tests/lib/rules/no-direct-color-palette-access.js
|
|
8
|
-
|
|
9
|
-
Test Suites: 7 passed, 7 total
|
|
10
|
-
Tests: 90 passed, 90 total
|
|
11
|
-
Snapshots: 0 total
|
|
12
|
-
Time: 12.224 s
|
|
13
|
-
Ran all test suites.
|