mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 18:41:16 +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"
|
"chai-friendly"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"node": true
|
"node": true,
|
||||||
},
|
"mocha": true
|
||||||
"globals": {
|
|
||||||
"expect": true,
|
|
||||||
"define": true,
|
|
||||||
"it": true
|
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
// Add some mocha specific rules
|
// Add some mocha specific rules
|
||||||
|
|
Loading…
Reference in a new issue