mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
* upgraded habitrpg-eslint-config to v2 and eslint to v3 * adapt to eslint3 rules * update shrinkwrap * update shrinkwrap again
10 lines
112 B
Text
10 lines
112 B
Text
{
|
|
"root": true,
|
|
"env": {
|
|
"node": true,
|
|
},
|
|
"extends": [
|
|
"habitrpg/esnext",
|
|
"habitrpg"
|
|
],
|
|
}
|