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

Latest commit

 

History

History
27 lines (20 loc) · 916 Bytes

noMultiSpacesRule.md

File metadata and controls

27 lines (20 loc) · 916 Bytes

no-multi-spaces (ESLint: no-multi-spaces)

rule_source test_source

disallow use of multiple spaces

Usage

"no-multi-spaces": [
    true,
    {
      "exceptions": { "PropertyAssignment": false, "OtherException": "true|false" }
    }
  ]

Note

The following are the exceptions available and their defaults

  • VariableDeclaration: false
  • PropertyAssignment: true
  • BinaryExpression: false