Skip to content
Snippets Groups Projects
Commit a571a61f authored by Mike Greiling's avatar Mike Greiling
Browse files

keep json alphabetized

parent 46b725ab
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment