fix: eslint: re-order packages

This commit is contained in:
Matteo Pagliazzi 2016-12-26 16:04:36 +01:00
parent 5be91ef842
commit ffd9400cb7

View file

@ -4,7 +4,7 @@
"node": true,
},
"extends": [
"habitrpg/esnext",
"habitrpg"
"habitrpg",
"habitrpg/esnext"
],
}