Commit a571a61f authored by Mike Greiling's avatar Mike Greiling

keep json alphabetized

parent 46b725ab
...@@ -4,17 +4,17 @@ ...@@ -4,17 +4,17 @@
"es6": true "es6": true
}, },
"extends": "airbnb", "extends": "airbnb",
"plugins": [
"filenames"
],
"rules": {
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"]
},
"globals": { "globals": {
"$": false, "$": false,
"_": false, "_": false,
"gl": false, "gl": false,
"gon": false, "gon": false,
"jQuery": false "jQuery": false
},
"plugins": [
"filenames"
],
"rules": {
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"]
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment