habitica-self-host/website/client/.eslintrc
Matteo Pagliazzi bd46e3e195 Client: i18n (#8972)
* wip: client: i18n

* remove maxAge from cookies to get same expiration ad localStorage

* set cookies expiration to 10 years

* moment: load translations in browser, moment: only load necessary data, remove jquery, remove bluebird

* ability to change language

* fix logout

* add some requiresLogin: false to static pages

* fix tests
2017-08-22 18:26:53 +02:00

13 lines
No EOL
161 B
Text

{
"extends": [
"habitrpg/browser",
"habitrpg/esnext"
],
"plugins": [
"html"
],
"parser": "babel-eslint",
"rules": {
"strict": 0
}
}