mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: [
|
|
'habitrpg/lib/node'
|
|
],
|
|
}
|