habitica/website/client/.eslintrc
Matteo Pagliazzi 92cbb4a07d Upgrade ESLint to v3 (#8299)
* upgraded habitrpg-eslint-config to v2 and eslint to v3

* adapt to eslint3 rules

* update shrinkwrap

* update shrinkwrap again
2016-12-20 22:31:36 +01:00

12 lines
No EOL
134 B
Text

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