mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-28 18:05:19 +00:00
7 lines
77 B
JavaScript
7 lines
77 B
JavaScript
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
extends: [
|
||
|
|
'habitrpg/lib/node'
|
||
|
|
],
|
||
|
|
}
|