@rushstack/eslint-config 3.3.4 → 3.4.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
- "version": "3.3.4",
3
+ "version": "3.4.1",
4
4
  "description": "A TypeScript ESLint ruleset designed for large teams and projects",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,10 +30,10 @@
30
30
  "eslint-plugin-promise": "~6.0.0",
31
31
  "eslint-plugin-react": "~7.27.1",
32
32
  "eslint-plugin-tsdoc": "~0.2.16",
33
- "@rushstack/eslint-patch": "1.4.0",
34
- "@rushstack/eslint-plugin": "0.13.0",
35
- "@rushstack/eslint-plugin-packlets": "0.8.0",
36
- "@rushstack/eslint-plugin-security": "0.7.0"
33
+ "@rushstack/eslint-patch": "1.5.1",
34
+ "@rushstack/eslint-plugin": "0.13.1",
35
+ "@rushstack/eslint-plugin-packlets": "0.8.1",
36
+ "@rushstack/eslint-plugin-security": "0.7.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "eslint": "~8.7.0",
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2
+ // See LICENSE in the project root for license information.
3
+
4
+ require('@rushstack/eslint-patch/custom-config-package-names');