Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Commit

Permalink
better structure for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 20, 2016
1 parent 3ea356e commit 0a9e51e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/rules/var-spacing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
var-spacing
===========

### Introduction

This rules validates the correct alignment of variable declarations:

__wrong:__
Expand All @@ -17,8 +19,12 @@ let foo = {},
foobar = [];
```

### Configuration

It doesn't need any configuration parameters as enabling means that the code must be checked for appropriate alignment.

### Rules

Some rules about that:

``` javascript
Expand Down

0 comments on commit 0a9e51e

Please sign in to comment.