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

Commit

Permalink
Finally can validate spaces/tabs via ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
paazmaya committed Feb 9, 2015
1 parent 99f28dd commit ab802d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"func-names": 1,
"func-style": [0, "declaration"],
"guard-for-in": 1,
"indent": [2, 2],
"handle-callback-err": 2,
"max-depth": [0, 4],
"max-len": [0, 120, 4],
Expand Down

0 comments on commit ab802d5

Please sign in to comment.