@qlik/eslint-config 1.4.27 → 1.4.28
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": "@qlik/eslint-config",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.28",
|
|
4
4
|
"description": "Qlik's ESLint configs",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "git@github.com:qlik-oss/dev-tools-js.git",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eslint": "^9.39.3",
|
|
48
48
|
"prettier": "^3.8.1",
|
|
49
49
|
"typescript": "^5.9.3",
|
|
50
|
-
"vitest": "^4.1.
|
|
50
|
+
"vitest": "^4.1.2",
|
|
51
51
|
"@qlik/tsconfig": "^0.3.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
@@ -151,7 +151,7 @@ const rules = {
|
|
|
151
151
|
// Lots of false/iffy positives
|
|
152
152
|
// watch out for always truthy conditions
|
|
153
153
|
// https://typescript-eslint.io/rules/no-unnecessary-condition
|
|
154
|
-
"@typescript-eslint/no-unnecessary-condition": "
|
|
154
|
+
"@typescript-eslint/no-unnecessary-condition": "off",
|
|
155
155
|
|
|
156
156
|
// no unnecessary namespace qualifiers.
|
|
157
157
|
// https://typescript-eslint.io/rules/no-unnecessary-qualifier
|