Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
eslint 2 tab width
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Aug 13, 2015
1 parent 4e87649 commit f759556
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
2 changes: 0 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ engines:
eslint:
enabled: true
checks:
indent:
enabled: false
no-underscore-dangle:
enabled: false

Expand Down
46 changes: 23 additions & 23 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"rules": {
"indent": [
2,
4
],
"quotes": [
2,
"single"
],
"linebreak-style": [
2,
"unix"
],
"semi": [
2,
"never"
]
},
"env": {
"browser": true,
"node": true
},
"extends": "eslint:recommended"
"rules": {
"indent": [
2,
2
],
"quotes": [
2,
"single"
],
"linebreak-style": [
2,
"unix"
],
"semi": [
2,
"never"
]
},
"env": {
"browser": true,
"node": true
},
"extends": "eslint:recommended"
}

0 comments on commit f759556

Please sign in to comment.