@joshdb/eslint-config 1.1.0-pr-130.808de73.0 → 1.1.0-pr-148.9f8d617.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-config.json +9 -54
- package/package.json +9 -9
package/eslint-config.json
CHANGED
|
@@ -7,66 +7,21 @@
|
|
|
7
7
|
"error",
|
|
8
8
|
{
|
|
9
9
|
"default": [
|
|
10
|
-
"signature",
|
|
11
|
-
|
|
12
|
-
["public-instance-field", "public-decorated-field"],
|
|
13
|
-
"public-abstract-field",
|
|
14
|
-
["protected-instance-field", "protected-decorated-field"],
|
|
15
|
-
"protected-abstract-field",
|
|
16
|
-
["private-instance-field", "private-decorated-field"],
|
|
17
|
-
"private-abstract-field",
|
|
18
|
-
["instance-field", "decorated-field"],
|
|
19
|
-
"abstract-field",
|
|
20
|
-
|
|
21
|
-
"public-constructor",
|
|
22
|
-
"protected-constructor",
|
|
23
|
-
"private-constructor",
|
|
24
|
-
"constructor",
|
|
25
|
-
|
|
26
|
-
["public-instance-get", "public-decorated-get"],
|
|
27
|
-
["public-instance-set", "public-decorated-set"],
|
|
28
|
-
"public-abstract-get",
|
|
29
|
-
"public-abstract-set",
|
|
30
|
-
["protected-instance-get", "protected-decorated-get"],
|
|
31
|
-
["protected-instance-set", "protected-decorated-set"],
|
|
32
|
-
"protected-abstract-get",
|
|
33
|
-
"protected-abstract-set",
|
|
34
|
-
["private-instance-get", "private-decorated-get"],
|
|
35
|
-
["private-instance-set", "private-decorated-set"],
|
|
36
|
-
"private-abstract-get",
|
|
37
|
-
"private-abstract-set",
|
|
38
|
-
["instance-get", "decorated-get"],
|
|
39
|
-
["instance-set", "decorated-set"],
|
|
40
|
-
"abstract-get",
|
|
41
|
-
"abstract-set",
|
|
42
|
-
|
|
43
|
-
["public-instance-method", "public-decorated-method"],
|
|
44
|
-
"public-abstract-method",
|
|
45
|
-
["protected-instance-method", "protected-decorated-method"],
|
|
46
|
-
"protected-abstract-method",
|
|
47
|
-
["private-instance-method", "private-decorated-method"],
|
|
48
|
-
"private-abstract-method",
|
|
49
|
-
["instance-method", "decorated-method"],
|
|
50
|
-
"abstract-method",
|
|
51
|
-
|
|
52
10
|
"public-static-field",
|
|
53
11
|
"protected-static-field",
|
|
54
12
|
"private-static-field",
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
"
|
|
58
|
-
"public-
|
|
59
|
-
"protected-
|
|
60
|
-
"
|
|
61
|
-
"private-static-get",
|
|
62
|
-
"private-static-set",
|
|
63
|
-
"static-get",
|
|
64
|
-
"static-set",
|
|
65
|
-
|
|
13
|
+
"public-instance-field",
|
|
14
|
+
"protected-instance-field",
|
|
15
|
+
"private-instance-field",
|
|
16
|
+
"public-constructor",
|
|
17
|
+
"protected-constructor",
|
|
18
|
+
"private-constructor",
|
|
66
19
|
"public-static-method",
|
|
67
20
|
"protected-static-method",
|
|
68
21
|
"private-static-method",
|
|
69
|
-
"
|
|
22
|
+
"public-instance-method",
|
|
23
|
+
"protected-instance-method",
|
|
24
|
+
"private-instance-method"
|
|
70
25
|
]
|
|
71
26
|
}
|
|
72
27
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@joshdb/eslint-config",
|
|
3
|
-
"version": "1.1.0-pr-
|
|
3
|
+
"version": "1.1.0-pr-148.9f8d617.0",
|
|
4
4
|
"description": "Standard ESLint config for the Josh Project",
|
|
5
5
|
"author": "Évelyne Lachance <eslachance@gmail.com> (https://evie.codes/)",
|
|
6
6
|
"contributors": [
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@sapphire/eslint-config": "^4.3.8",
|
|
22
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
23
|
-
"@typescript-eslint/parser": "^5.
|
|
24
|
-
"eslint": "^8.
|
|
22
|
+
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
23
|
+
"@typescript-eslint/parser": "^5.47.1",
|
|
24
|
+
"eslint": "^8.31.0",
|
|
25
25
|
"eslint-config-prettier": "^8.5.0",
|
|
26
26
|
"eslint-plugin-prettier": "^4.2.1",
|
|
27
|
-
"prettier": "^2.
|
|
28
|
-
"typescript": "^4.
|
|
27
|
+
"prettier": "^2.8.1",
|
|
28
|
+
"typescript": "^4.9.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@favware/cliff-jumper": "^1.
|
|
32
|
-
"typedoc": "^0.23.
|
|
33
|
-
"typedoc-json-parser": "^7.0.
|
|
31
|
+
"@favware/cliff-jumper": "^1.9.0",
|
|
32
|
+
"typedoc": "^0.23.23",
|
|
33
|
+
"typedoc-json-parser": "^7.0.2"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|