noExAssignRule.md

December 14, 2016 ยท View on GitHub

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

Contents

  1. 1no-ex-assign (ESLint: no-ex-assign)
  2. 1.1Usage