@bhsd/code-standard 3.0.0 → 3.1.0
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/eslint.js +1 -2
- package/package.json +9 -9
package/eslint.js
CHANGED
|
@@ -1093,7 +1093,6 @@ export const ignores = {
|
|
|
1093
1093
|
},
|
|
1094
1094
|
],
|
|
1095
1095
|
browser = getConfig({
|
|
1096
|
-
'es-x/no-array-prototype-findlast-findlastindex': 2,
|
|
1097
1096
|
'es-x/no-array-prototype-toreversed': 2,
|
|
1098
1097
|
'es-x/no-array-prototype-tosorted': 2,
|
|
1099
1098
|
'es-x/no-array-prototype-tospliced': 2,
|
|
@@ -1122,7 +1121,6 @@ export const ignores = {
|
|
|
1122
1121
|
'es-x/no-set-prototype-union': 2,
|
|
1123
1122
|
'es-x/no-string-prototype-iswellformed': 2,
|
|
1124
1123
|
'es-x/no-string-prototype-towellformed': 2,
|
|
1125
|
-
'unicorn/prefer-array-last-methods': 0,
|
|
1126
1124
|
'unicorn/prefer-structured-clone': 0,
|
|
1127
1125
|
}),
|
|
1128
1126
|
browserES8 = getConfig({
|
|
@@ -1150,6 +1148,7 @@ export const ignores = {
|
|
|
1150
1148
|
}),
|
|
1151
1149
|
dist = getConfig({
|
|
1152
1150
|
...esX.configs['flat/restrict-to-es2022'].rules,
|
|
1151
|
+
'es-x/no-array-prototype-findlast-findlastindex': 0,
|
|
1153
1152
|
'es-x/no-iterator-prototype-flatmap': 0,
|
|
1154
1153
|
}),
|
|
1155
1154
|
distES8 = getConfig({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bhsd/code-standard",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"homepage": "https://github.com/bhsd-harry/code-standard#readme",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/bhsd-harry/code-standard/issues"
|
|
@@ -46,21 +46,21 @@
|
|
|
46
46
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
47
47
|
"@stylistic/stylelint-plugin": "^5.2.0",
|
|
48
48
|
"@types/node": "^25.9.3",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
50
|
-
"@typescript-eslint/parser": "^8.
|
|
51
|
-
"eslint-plugin-es-x": "^9.
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
50
|
+
"@typescript-eslint/parser": "^8.62.0",
|
|
51
|
+
"eslint-plugin-es-x": "^9.7.0",
|
|
52
52
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
53
53
|
"eslint-plugin-jsonc": "^3.1.2",
|
|
54
|
-
"eslint-plugin-n": "^18.
|
|
54
|
+
"eslint-plugin-n": "^18.2.0",
|
|
55
55
|
"eslint-plugin-promise": "^7.3.0",
|
|
56
56
|
"eslint-plugin-regexp": "^3.1.0",
|
|
57
57
|
"eslint-plugin-unicorn": "^65.0.1",
|
|
58
|
-
"eslint-plugin-yml": "^3.
|
|
59
|
-
"globals": "^17.
|
|
60
|
-
"stylelint-plugin-use-baseline": "^1.4.
|
|
58
|
+
"eslint-plugin-yml": "^3.5.0",
|
|
59
|
+
"globals": "^17.7.0",
|
|
60
|
+
"stylelint-plugin-use-baseline": "^1.4.4",
|
|
61
61
|
"stylelint-config-recommended": "^18.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"eslint": "^10.
|
|
64
|
+
"eslint": "^10.6.0"
|
|
65
65
|
}
|
|
66
66
|
}
|