@so1ve/eslint-config 4.1.5 → 4.1.7
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.mjs +0 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1964,7 +1964,6 @@ const unicorn = () => [{
|
|
|
1964
1964
|
"unicorn/explicit-length-check": "error",
|
|
1965
1965
|
"unicorn/new-for-builtins": "error",
|
|
1966
1966
|
"unicorn/no-array-for-each": "error",
|
|
1967
|
-
"unicorn/no-await-expression-member": "error",
|
|
1968
1967
|
"unicorn/no-await-in-promise-methods": "error",
|
|
1969
1968
|
"unicorn/no-for-loop": "error",
|
|
1970
1969
|
"unicorn/no-instanceof-builtins": "error",
|
|
@@ -1975,7 +1974,6 @@ const unicorn = () => [{
|
|
|
1975
1974
|
"unicorn/no-useless-collection-argument": "error",
|
|
1976
1975
|
"unicorn/no-useless-spread": "error",
|
|
1977
1976
|
"unicorn/no-zero-fractions": "error",
|
|
1978
|
-
"unicorn/number-literal-case": "error",
|
|
1979
1977
|
"unicorn/numeric-separators-style": "error",
|
|
1980
1978
|
"unicorn/prefer-array-find": "error",
|
|
1981
1979
|
"unicorn/prefer-array-flat": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.7",
|
|
4
4
|
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Ray's eslint config.",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"typescript-eslint": "^8.50.1",
|
|
77
77
|
"vue-eslint-parser": "^10.2.0",
|
|
78
78
|
"yaml-eslint-parser": "^1.3.2",
|
|
79
|
-
"@so1ve/eslint-plugin": "4.1.
|
|
79
|
+
"@so1ve/eslint-plugin": "4.1.7"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"eslint-plugin-de-morgan": "^2.0.0",
|