habitica/test/.eslintrc

13 lines
136 B
Text
Raw Normal View History

{
2016-04-14 13:10:12 +00:00
"extends": [
"habitrpg/mocha",
"habitrpg/esnext"
2016-04-14 13:10:12 +00:00
],
"env": {
"node": true,
},
2016-04-14 13:10:12 +00:00
"globals": {
"_": true,
}
}