Skip to content

Commit

Permalink
keep json alphabetized
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegreiling committed Nov 22, 2016
1 parent 46b725a commit a571a61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"es6": true
},
"extends": "airbnb",
"plugins": [
"filenames"
],
"rules": {
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"]
},
"globals": {
"$": false,
"_": false,
"gl": false,
"gon": false,
"jQuery": false
},
"plugins": [
"filenames"
],
"rules": {
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"]
}
}

0 comments on commit a571a61

Please sign in to comment.