@newsteam/eslint-config 0.0.167 → 0.0.168

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.
@@ -160,6 +160,7 @@ declare const _default: {
160
160
  "@typescript-eslint/no-meaningless-void-operator": string;
161
161
  "@typescript-eslint/no-misused-new": string;
162
162
  "@typescript-eslint/no-misused-promises": string;
163
+ "@typescript-eslint/no-mixed-enums": string;
163
164
  "@typescript-eslint/no-namespace": string;
164
165
  "@typescript-eslint/no-non-null-asserted-nullish-coalescing": string;
165
166
  "@typescript-eslint/no-non-null-asserted-optional-chain": string;
@@ -654,6 +654,12 @@ var rules = {
654
654
  * https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-misused-promises.md
655
655
  */
656
656
  "@typescript-eslint/no-misused-promises": "error",
657
+ /*
658
+ * Disallow enums from having both number and string members.
659
+ *
660
+ * https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-mixed-enums.md
661
+ */
662
+ "@typescript-eslint/no-mixed-enums": "error",
657
663
  /*
658
664
  * Disallow the use of custom TypeScript modules and namespaces
659
665
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newsteam/eslint-config",
3
- "version": "0.0.167",
3
+ "version": "0.0.168",
4
4
  "description": "Shared config for eslint",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "types": "./lib/cjs/index.d.ts",
@@ -49,11 +49,11 @@
49
49
  "@newsteam/jasmine": "0.0.43",
50
50
  "@types/eslint": "8.21.1",
51
51
  "@types/modernizr": "3.5.3",
52
- "@types/node": "18.13.0",
52
+ "@types/node": "18.14.2",
53
53
  "@types/react": "18.0.28",
54
- "@typescript-eslint/eslint-plugin": "5.52.0",
55
- "@typescript-eslint/parser": "5.52.0",
56
- "eslint": "8.34.0",
54
+ "@typescript-eslint/eslint-plugin": "5.53.0",
55
+ "@typescript-eslint/parser": "5.53.0",
56
+ "eslint": "8.35.0",
57
57
  "eslint-find-rules": "4.1.0",
58
58
  "eslint-import-resolver-typescript": "3.5.3",
59
59
  "eslint-plugin-array-func": "3.1.8",
@@ -63,7 +63,7 @@
63
63
  "eslint-plugin-filenames": "1.3.2",
64
64
  "eslint-plugin-format-message": "6.2.4",
65
65
  "eslint-plugin-import": "2.27.5",
66
- "eslint-plugin-import-newlines": "1.3.0",
66
+ "eslint-plugin-import-newlines": "1.3.1",
67
67
  "eslint-plugin-more": "1.0.5",
68
68
  "eslint-plugin-no-unsanitized": "4.0.2",
69
69
  "eslint-plugin-no-useless-assign": "1.0.3",
@@ -80,14 +80,14 @@
80
80
  "eslint-plugin-sort-keys-fix": "1.1.2",
81
81
  "eslint-plugin-unicorn": "45.0.2",
82
82
  "json-schema": "0.4.0",
83
- "postcss-nesting": "11.2.0",
83
+ "postcss-nesting": "11.2.1",
84
84
  "react": "18.2.0",
85
85
  "typescript": "4.9.5"
86
86
  },
87
87
  "peerDependencies": {
88
- "@typescript-eslint/eslint-plugin": "5.52.0",
89
- "@typescript-eslint/parser": "5.52.0",
90
- "eslint": "8.34.0",
88
+ "@typescript-eslint/eslint-plugin": "5.53.0",
89
+ "@typescript-eslint/parser": "5.53.0",
90
+ "eslint": "8.35.0",
91
91
  "eslint-plugin-array-func": "3.1.8",
92
92
  "eslint-plugin-css-modules": "2.11.0",
93
93
  "eslint-plugin-es": "4.1.0",