mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
* upgraded habitrpg-eslint-config to v2 and eslint to v3 * adapt to eslint3 rules * update shrinkwrap * update shrinkwrap again
12 lines
136 B
Text
12 lines
136 B
Text
{
|
|
"extends": [
|
|
"habitrpg/mocha",
|
|
"habitrpg/esnext"
|
|
],
|
|
"env": {
|
|
"node": true,
|
|
},
|
|
"globals": {
|
|
"_": true,
|
|
}
|
|
}
|