eslint-plugin-stamhoofd 2.89.2 → 2.90.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.
|
|
3
|
+
"version": "2.90.0",
|
|
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": "
|
|
23
|
+
"gitHead": "d360b2ce795e378363765863457cd595f4841b73"
|
|
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
|
-
|
|
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
|
}
|