keep json alphabetized
This commit is contained in:
parent
46b725aba6
commit
a571a61f0a
1 changed files with 6 additions and 6 deletions
12
.eslintrc
12
.eslintrc
|
@ -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)?$"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue