mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
feat(jshint): add initial config
This initial config mostly documents existing code style by relaxing multiple options that are turned on by default.
This commit is contained in:
parent
f659206042
commit
aa0ce6d866
1 changed files with 12 additions and 0 deletions
12
.jshintrc
Normal file
12
.jshintrc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"globals": {
|
||||
"confirm": false
|
||||
},
|
||||
|
||||
"browser": true,
|
||||
"node": true,
|
||||
|
||||
"asi": true,
|
||||
"boss": true,
|
||||
"newcap": false,
|
||||
}
|
||||
Loading…
Reference in a new issue