mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Use mocha environment and expect global to fix linting in tests
This commit is contained in:
parent
4c2790a71b
commit
4524b3c9f6
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
{
|
||||
"extends": ["standard"]
|
||||
"extends": ["standard"],
|
||||
"env": {
|
||||
"mocha": true
|
||||
},
|
||||
"globals": {
|
||||
"expect": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue