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

Commit

Permalink
Change index to 4 spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilNN committed Feb 4, 2016
1 parent c559491 commit 340e4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
"camelcase": 2,
"comma-style": 2,
"consistent-this": [2, "that"],
"indent": [ 2, 2 ],
"indent": 2,
"jsx-quotes": 2,
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"linebreak-style": [2, "unix"],
Expand Down

0 comments on commit 340e4f0

Please sign in to comment.