mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-25 13:01:00 +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,
|
|
}
|