habitica/.eslintrc

9 lines
107 B
Text

{
"extends": [
"habitrpg/server",
"habitrpg/babel"
],
"globals": {
"Promise": true
}
}