@newsteam/eslint-config 0.0.171 → 0.0.172

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.
@@ -129,6 +129,7 @@ declare const _default: {
129
129
  "@typescript-eslint/no-confusing-void-expression": string;
130
130
  "@typescript-eslint/no-dupe-class-members": string;
131
131
  "@typescript-eslint/no-duplicate-enum-values": string;
132
+ "@typescript-eslint/no-duplicate-type-constituents": string;
132
133
  "@typescript-eslint/no-dynamic-delete": string;
133
134
  "@typescript-eslint/no-empty-function": string;
134
135
  "@typescript-eslint/no-empty-interface": string;
@@ -522,6 +522,12 @@ var rules = {
522
522
  * https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-duplicate-enum-values.md
523
523
  */
524
524
  "@typescript-eslint/no-duplicate-enum-values": "error",
525
+ /*
526
+ * Disallow duplicate enum member values.
527
+ *
528
+ * https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-duplicate-type-constituents.md
529
+ */
530
+ "@typescript-eslint/no-duplicate-type-constituents": "error",
525
531
  /*
526
532
  * Disallow the delete operator with computed key expressions
527
533
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newsteam/eslint-config",
3
- "version": "0.0.171",
3
+ "version": "0.0.172",
4
4
  "description": "Shared config for eslint",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "types": "./lib/cjs/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "browserslist": "node 12",
13
13
  "engines": {
14
- "node": ">= 12"
14
+ "node": ">=12.0.0"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -48,15 +48,15 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@newsteam/jasmine": "0.0.43",
51
- "@types/eslint": "8.21.3",
51
+ "@types/eslint": "8.37.0",
52
52
  "@types/modernizr": "3.5.3",
53
- "@types/node": "18.15.5",
54
- "@types/react": "18.0.28",
55
- "@typescript-eslint/eslint-plugin": "5.56.0",
56
- "@typescript-eslint/parser": "5.56.0",
57
- "eslint": "8.36.0",
53
+ "@types/node": "18.15.11",
54
+ "@types/react": "18.0.31",
55
+ "@typescript-eslint/eslint-plugin": "5.57.0",
56
+ "@typescript-eslint/parser": "5.57.0",
57
+ "eslint": "8.37.0",
58
58
  "eslint-find-rules": "4.1.0",
59
- "eslint-import-resolver-typescript": "3.5.3",
59
+ "eslint-import-resolver-typescript": "3.5.4",
60
60
  "eslint-plugin-array-func": "3.1.8",
61
61
  "eslint-plugin-css-modules": "2.11.0",
62
62
  "eslint-plugin-es": "4.1.0",
@@ -81,14 +81,14 @@
81
81
  "eslint-plugin-sort-keys-fix": "1.1.2",
82
82
  "eslint-plugin-unicorn": "46.0.0",
83
83
  "json-schema": "0.4.0",
84
- "postcss-nesting": "11.2.1",
84
+ "postcss-nesting": "11.2.2",
85
85
  "react": "18.2.0",
86
86
  "typescript": "5.0.2"
87
87
  },
88
88
  "peerDependencies": {
89
- "@typescript-eslint/eslint-plugin": "5.56.0",
90
- "@typescript-eslint/parser": "5.56.0",
91
- "eslint": "8.36.0",
89
+ "@typescript-eslint/eslint-plugin": "5.57.0",
90
+ "@typescript-eslint/parser": "5.57.0",
91
+ "eslint": "8.37.0",
92
92
  "eslint-plugin-array-func": "3.1.8",
93
93
  "eslint-plugin-css-modules": "2.11.0",
94
94
  "eslint-plugin-es": "4.1.0",