@so1ve/eslint-config 1.0.0-alpha.10 → 1.0.0-alpha.12
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.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1131,6 +1131,7 @@ function typescript({
|
|
|
1131
1131
|
"ts/prefer-ts-expect-error": "error",
|
|
1132
1132
|
"ts/no-require-imports": "error",
|
|
1133
1133
|
"ts/method-signature-style": ["error", "property"],
|
|
1134
|
+
"ts/explicit-member-accessibility": "error",
|
|
1134
1135
|
// Override JS
|
|
1135
1136
|
"no-useless-constructor": "off",
|
|
1136
1137
|
"no-invalid-this": "off",
|
|
@@ -1161,7 +1162,6 @@ function typescript({
|
|
|
1161
1162
|
// off
|
|
1162
1163
|
"ts/camelcase": "off",
|
|
1163
1164
|
"ts/explicit-function-return-type": "off",
|
|
1164
|
-
"ts/explicit-member-accessibility": "off",
|
|
1165
1165
|
"ts/no-explicit-any": "off",
|
|
1166
1166
|
"ts/no-parameter-properties": "off",
|
|
1167
1167
|
"ts/no-empty-interface": "off",
|
package/dist/index.mjs
CHANGED
|
@@ -1120,6 +1120,7 @@ function typescript({
|
|
|
1120
1120
|
"ts/prefer-ts-expect-error": "error",
|
|
1121
1121
|
"ts/no-require-imports": "error",
|
|
1122
1122
|
"ts/method-signature-style": ["error", "property"],
|
|
1123
|
+
"ts/explicit-member-accessibility": "error",
|
|
1123
1124
|
// Override JS
|
|
1124
1125
|
"no-useless-constructor": "off",
|
|
1125
1126
|
"no-invalid-this": "off",
|
|
@@ -1150,7 +1151,6 @@ function typescript({
|
|
|
1150
1151
|
// off
|
|
1151
1152
|
"ts/camelcase": "off",
|
|
1152
1153
|
"ts/explicit-function-return-type": "off",
|
|
1153
|
-
"ts/explicit-member-accessibility": "off",
|
|
1154
1154
|
"ts/no-explicit-any": "off",
|
|
1155
1155
|
"ts/no-parameter-properties": "off",
|
|
1156
1156
|
"ts/no-empty-interface": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.12",
|
|
4
4
|
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
|
|
5
5
|
"description": "Ray's eslint config.",
|
|
6
6
|
"keywords": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"eslint-plugin-case-police": "^0.6.1",
|
|
47
47
|
"eslint-plugin-etc": "^2.0.3",
|
|
48
48
|
"eslint-plugin-html": "^7.1.0",
|
|
49
|
-
"eslint-plugin-i": "2.
|
|
49
|
+
"eslint-plugin-i": "2.29.0",
|
|
50
50
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
51
51
|
"eslint-plugin-json-schema-validator": "^4.6.0",
|
|
52
52
|
"eslint-plugin-jsonc": "^2.9.0",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"toml-eslint-parser": "^0.6.0",
|
|
71
71
|
"vue-eslint-parser": "^9.3.1",
|
|
72
72
|
"yaml-eslint-parser": "^1.2.2",
|
|
73
|
-
"@so1ve/eslint-plugin
|
|
74
|
-
"@so1ve/eslint-plugin": "1.0.0-alpha.
|
|
73
|
+
"@so1ve/eslint-plugin": "1.0.0-alpha.12",
|
|
74
|
+
"@so1ve/eslint-plugin-sort-imports": "1.0.0-alpha.12"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"eslint": "^8.46.0"
|