mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
* 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
9 lines
No EOL
98 B
Text
9 lines
No EOL
98 B
Text
{
|
|
"extends": [
|
|
"habitrpg/browser",
|
|
"habitrpg/babel"
|
|
],
|
|
"plugins": [
|
|
"html"
|
|
]
|
|
} |