mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 18:01:38 +00:00
actually fix the linter
This commit is contained in:
parent
37e0703aff
commit
4c85f6622f
1 changed files with 2 additions and 6 deletions
|
@ -14,12 +14,8 @@
|
|||
"chai-friendly"
|
||||
],
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"globals": {
|
||||
"expect": true,
|
||||
"define": true,
|
||||
"it": true
|
||||
"node": true,
|
||||
"mocha": true
|
||||
},
|
||||
"rules": {
|
||||
// Add some mocha specific rules
|
||||
|
|
Loading…
Reference in a new issue