eslint-plugin-stamhoofd 2.41.0 → 2.42.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.
|
|
3
|
+
"version": "2.42.1",
|
|
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": "
|
|
14
|
+
"gitHead": "0ae30257fe64d7fd724536a28db36f6c23711e59"
|
|
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
|
}
|