Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 666 Bytes

noExAssignRule.md

File metadata and controls

14 lines (10 loc) · 666 Bytes

no-ex-assign (ESLint: no-ex-assign)

rule_source test_source

disallow assigning to the exception in a catch block (recommended)

Usage

"no-ex-assign": true