mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
This initial config mostly documents existing code style by relaxing multiple options that are turned on by default.
12 lines
123 B
Text
12 lines
123 B
Text
{
|
|
"globals": {
|
|
"confirm": false
|
|
},
|
|
|
|
"browser": true,
|
|
"node": true,
|
|
|
|
"asi": true,
|
|
"boss": true,
|
|
"newcap": false,
|
|
}
|