mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
14 lines
204 B
Text
14 lines
204 B
Text
|
|
{
|
||
|
|
"rules": {
|
||
|
|
"func-names": 0,
|
||
|
|
"no-var": 0,
|
||
|
|
"prefer-template": 0
|
||
|
|
},
|
||
|
|
"globals": {
|
||
|
|
"browser": true,
|
||
|
|
"by": true,
|
||
|
|
"element": true,
|
||
|
|
"jasmine": true
|
||
|
|
}
|
||
|
|
}
|