@zayne-labs/eslint-config 0.9.14 → 0.9.15
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/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +226 -183
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +16 -16
package/dist/index.js
CHANGED
|
@@ -703,6 +703,7 @@ const javascript = async (options = {}) => {
|
|
|
703
703
|
"prefer-rest-params": "error",
|
|
704
704
|
"prefer-spread": "error",
|
|
705
705
|
"prefer-template": "error",
|
|
706
|
+
"preserve-caught-error": ["error", { requireCatchParameter: true }],
|
|
706
707
|
radix: "error",
|
|
707
708
|
"symbol-description": "error",
|
|
708
709
|
"unicode-bom": ["error", "never"],
|