mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Use mocha environment and expect global to fix linting in tests
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
{
|
||||
"extends": ["standard"]
|
||||
"extends": ["standard"],
|
||||
"env": {
|
||||
"mocha": true
|
||||
},
|
||||
"globals": {
|
||||
"expect": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user