mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
8 lines
121 B
Text
8 lines
121 B
Text
|
|
{
|
||
|
|
"root": false,
|
||
|
|
"rules": {
|
||
|
|
"no-console": 0,
|
||
|
|
"no-use-before-define": ["error", { "functions": false }]
|
||
|
|
}
|
||
|
|
}
|