mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
* upgraded habitrpg-eslint-config to v2 and eslint to v3 * adapt to eslint3 rules * update shrinkwrap * update shrinkwrap again
12 lines
No EOL
134 B
Text
12 lines
No EOL
134 B
Text
{
|
|
"extends": [
|
|
"habitrpg/browser",
|
|
"habitrpg/esnext"
|
|
],
|
|
"plugins": [
|
|
"html"
|
|
],
|
|
"globals": {
|
|
"$": true,
|
|
}
|
|
} |