mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-10 00:33:55 +00:00
Convert the source editor module to TypeScript (#6858)
GitOrigin-RevId: 37863a00b3af0823a404f42c0540cb4508c698b6
This commit is contained in:
parent
06e2afa276
commit
b72b2b9b75
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
},
|
||||
{
|
||||
// Test specific rules
|
||||
"files": ["**/test/**/*.js"],
|
||||
"files": ["**/test/**/*.*"],
|
||||
"plugins": [
|
||||
"mocha",
|
||||
"chai-expect",
|
||||
|
|
Loading…
Reference in a new issue