@rushstack/eslint-config 3.1.1 → 3.3.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/package.json +11 -11
- package/profile/_common.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"typescript": ">=4.7.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@
|
|
27
|
-
"@
|
|
28
|
-
"@
|
|
29
|
-
"@
|
|
30
|
-
"@typescript-eslint/eslint-plugin": "~5.38.0",
|
|
31
|
-
"@typescript-eslint/experimental-utils": "~5.38.0",
|
|
32
|
-
"@typescript-eslint/parser": "~5.38.0",
|
|
33
|
-
"@typescript-eslint/typescript-estree": "~5.38.0",
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "~5.59.2",
|
|
27
|
+
"@typescript-eslint/experimental-utils": "~5.59.2",
|
|
28
|
+
"@typescript-eslint/parser": "~5.59.2",
|
|
29
|
+
"@typescript-eslint/typescript-estree": "~5.59.2",
|
|
34
30
|
"eslint-plugin-promise": "~6.0.0",
|
|
35
31
|
"eslint-plugin-react": "~7.27.1",
|
|
36
|
-
"eslint-plugin-tsdoc": "~0.2.16"
|
|
32
|
+
"eslint-plugin-tsdoc": "~0.2.16",
|
|
33
|
+
"@rushstack/eslint-patch": "1.3.0",
|
|
34
|
+
"@rushstack/eslint-plugin": "0.12.0",
|
|
35
|
+
"@rushstack/eslint-plugin-packlets": "0.7.0",
|
|
36
|
+
"@rushstack/eslint-plugin-security": "0.6.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"eslint": "~8.7.0",
|
|
40
|
-
"typescript": "~
|
|
40
|
+
"typescript": "~5.0.4"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "",
|
package/profile/_common.js
CHANGED
|
@@ -418,7 +418,7 @@ function buildRules(profile) {
|
|
|
418
418
|
// just to save some typing.
|
|
419
419
|
//
|
|
420
420
|
// STANDARDIZED BY: @typescript-eslint\eslint-plugin\dist\configs\recommended.json
|
|
421
|
-
'@typescript-eslint/
|
|
421
|
+
'@typescript-eslint/parameter-properties': 'warn',
|
|
422
422
|
|
|
423
423
|
// RATIONALE: When left in shipping code, unused variables often indicate a mistake. Dead code
|
|
424
424
|
// may impact performance.
|