@so1ve/eslint-config 3.11.2 → 3.11.4
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/dist/index.js +1 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -200,7 +200,6 @@ async function formatting(options) {
|
|
|
200
200
|
"so1ve/pad-after-last-import": "error",
|
|
201
201
|
"so1ve/function-style": "error",
|
|
202
202
|
"style/quote-props": ["error", "consistent-as-needed"],
|
|
203
|
-
"style/curly-newline": ["error", { minElements: 1 }],
|
|
204
203
|
"style/no-extra-parens": ["error", "functions"],
|
|
205
204
|
"style/padding-line-between-statements": ["error", {
|
|
206
205
|
blankLine: "always",
|
|
@@ -773,9 +772,9 @@ async function javascript({ overrides } = {}) {
|
|
|
773
772
|
"sort-imports/imports": ["error"],
|
|
774
773
|
"sort-imports/exports": "error",
|
|
775
774
|
"array-func/prefer-array-from": "off",
|
|
775
|
+
"array-func/no-unnecessary-this-arg": "off",
|
|
776
776
|
"array-func/prefer-flat": "off",
|
|
777
777
|
"array-func/from-map": "off",
|
|
778
|
-
"array-func/no-unnecessary-this-arg": "error",
|
|
779
778
|
"array-func/avoid-reverse": "error",
|
|
780
779
|
"array-func/prefer-flat-map": "error",
|
|
781
780
|
"no-await-in-promise/no-await-in-promise": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.4",
|
|
4
4
|
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Ray's eslint config.",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"typescript-eslint": "^8.46.1",
|
|
75
75
|
"vue-eslint-parser": "^10.2.0",
|
|
76
76
|
"yaml-eslint-parser": "^1.3.0",
|
|
77
|
-
"@so1ve/eslint-plugin
|
|
78
|
-
"@so1ve/eslint-plugin": "3.11.
|
|
77
|
+
"@so1ve/eslint-plugin": "3.11.4",
|
|
78
|
+
"@so1ve/eslint-plugin-sort-imports": "3.11.4"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"eslint": "^9.37.0",
|