terNoIrregularWhitespaceRule.md

May 6, 2017 ยท View on GitHub

ter-no-irregular-whitespace (ESLint: no-irregular-whitespace)

rule_source test_source

disallow irregular whitespace (recommended)

Rationale

Invalid or irregular whitespace causes issues with ECMAScript 5 parsers and also makes code harder to debug in a similar nature to mixed tabs and spaces.

Config

Examples

"ter-no-irregular-whitespace": [true]

Schema

{}

TSLint Rule: no-irregular-whitespace

Contents

  1. 1ter-no-irregular-whitespace (ESLint: no-irregular-whitespace)
  2. 1.1Config