@origin-1/eslint-config 1.7.1 → 1.8.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.
Files changed (2) hide show
  1. package/lib/rules.js +2 -0
  2. package/package.json +3 -3
package/lib/rules.js CHANGED
@@ -270,11 +270,13 @@ exports.RULES = {
270
270
  'no-unsafe-function-type': ['error'],
271
271
  'no-unsafe-member-access': ['error'],
272
272
  'no-unsafe-return': ['error'],
273
+ 'no-unsafe-type-assertion': 'off',
273
274
  'no-unsafe-unary-minus': 'off',
274
275
  'no-wrapper-object-types': 'off',
275
276
  'only-throw-error': ['error'],
276
277
  'parameter-properties': ['error', { prefer: 'parameter-property' }],
277
278
  'prefer-reduce-type-parameter': ['error'],
279
+ 'related-getter-setter-pairs': ['error'],
278
280
  'require-array-sort-compare': 'off',
279
281
  'restrict-plus-operands': 'off',
280
282
  'restrict-template-expressions': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@origin-1/eslint-config",
3
- "version": "1.7.1",
3
+ "version": "1.8.0",
4
4
  "description": "ESLint configuration generator with Origin₁ presets",
5
5
  "homepage": "https://github.com/origin-1/eslint-config#readme",
6
6
  "license": "ISC",
@@ -17,8 +17,8 @@
17
17
  "@eslint-community/eslint-plugin-eslint-comments": ">=4.1",
18
18
  "@origin-1/eslint-plugin": ">=0.16",
19
19
  "@stylistic/eslint-plugin": "^2.9",
20
- "@typescript-eslint/eslint-plugin": "^8.12",
21
- "@typescript-eslint/parser": "^8.12",
20
+ "@typescript-eslint/eslint-plugin": "^8.15",
21
+ "@typescript-eslint/parser": "^8.15",
22
22
  "eslint": "^9.3",
23
23
  "eslint-plugin-n": "17"
24
24
  },