eslint-plugin-stamhoofd 2.89.2 → 2.90.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": "eslint-plugin-stamhoofd",
3
- "version": "2.89.2",
3
+ "version": "2.90.1",
4
4
  "main": "./src/index.js",
5
5
  "license": "UNLICENCED",
6
6
  "sideEffects": false,
@@ -20,5 +20,5 @@
20
20
  "eslint-plugin-vue": "^9.28.0",
21
21
  "typescript-eslint": "^8.7.0"
22
22
  },
23
- "gitHead": "087ecfc8ad07d7b26a8cc680ddd3cb562eaa12e4"
23
+ "gitHead": "9a720678a4d4699e555f38c9d97779da5818d712"
24
24
  }
@@ -30,6 +30,7 @@ export default {
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
32
 
33
- "@typescript-eslint/no-redundant-type-constituents": "off" // Weird behaviour and reduces code readability
33
+ "@typescript-eslint/no-redundant-type-constituents": "off", // Weird behaviour and reduces code readability
34
+ "@typescript-eslint/ban-ts-comment": "off",
34
35
  }
35
36
  }