@open-turo/eslint-config-typescript 9.0.19 → 9.0.20
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/index.js
CHANGED
|
@@ -77,6 +77,7 @@ module.exports = {
|
|
|
77
77
|
// We may want to catch errors but not use the error object directly, just trigger error handling fallbacks within the catch block.
|
|
78
78
|
"sonarjs/no-ignored-exceptions": "off",
|
|
79
79
|
"sonarjs/no-nested-functions": ["warn", { threshold: 5 }],
|
|
80
|
+
"sonarjs/no-small-switch": "off",
|
|
80
81
|
// Overlaps with @typescript-eslint/prefer-nullish-coalescing
|
|
81
82
|
"sonarjs/prefer-nullish-coalescing": "off",
|
|
82
83
|
// Overlaps with @typescript-eslint/no-unused-vars
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|