mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
chore(lint): Add sandbox as global to test .eslintrc
This commit is contained in:
parent
0d75d5b541
commit
730e5e3431
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"globals": {
|
||||
"expect": true,
|
||||
"_": true,
|
||||
"sandbox": true,
|
||||
"sinon": true
|
||||
},
|
||||
"plugins": [ "mocha" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue