eslint-plugin-stamhoofd 2.41.0 → 2.42.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-stamhoofd",
3
- "version": "2.41.0",
3
+ "version": "2.42.0",
4
4
  "main": "./src/index.js",
5
5
  "license": "UNLICENCED",
6
6
  "sideEffects": false,
@@ -11,5 +11,5 @@
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
14
- "gitHead": "03f83c0617324280ab302a12fc0669f021b6dceb"
14
+ "gitHead": "fa8a47af38cc79eecaf7934cd1b15d5b20fd3e2d"
15
15
  }
@@ -29,5 +29,7 @@ export default {
29
29
  "@typescript-eslint/no-unsafe-member-access": "off", // This is impossible to use with dependencies that don't have types yet, such as tiptap
30
30
  "@typescript-eslint/restrict-plus-operands": "off", // bullshit one
31
31
  "@typescript-eslint/require-await": "off", // You should be able to define async methods if you need to match required interfaces or types
32
+
33
+ "@typescript-eslint/no-redundant-type-constituents": "off" // Weird behaviour and reduces code readability
32
34
  }
33
35
  }