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

Commit

Permalink
Fix eslintrc indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
salomvary committed Sep 18, 2016
1 parent e1a2ec1 commit 0a36ec8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"extends": "eslint:recommended",
"env": {
"browser": true,
"node": true,
"es6": true
},
"rules": {
"indent": [2, 2],
"no-console": 0,
"semi": [2, "never"],
"strict": [2, "global"],
"extends": "eslint:recommended",
"env": {
"browser": true,
"node": true,
"es6": true
},
"rules": {
"indent": [2, 2],
"no-console": 0,
"semi": [2, "never"],
"strict": [2, "global"],
"curly": [2, "multi"]
}
}
}

0 comments on commit 0a36ec8

Please sign in to comment.