habitica/website/client/.eslintrc
Matteo Pagliazzi d3371e323e Vuex Structure (#8054)
* wip: vuex structure

* add missing files

* client: do not fail dev build on eslint error

* eslint does not block compilation, mount app when data is ready

* eslintrc.js -> eslintrc
2016-09-23 19:49:11 +02:00

9 lines
No EOL
98 B
Text

{
"extends": [
"habitrpg/browser",
"habitrpg/babel"
],
"plugins": [
"html"
]
}