habitica/website/client/.eslintrc

12 lines
134 B
Text
Raw Normal View History

{
"extends": [
"habitrpg/browser",
"habitrpg/esnext"
],
"plugins": [
"html"
],
"globals": {
"$": true,
}
}