Convert the source editor module to TypeScript (#6858)

GitOrigin-RevId: 37863a00b3af0823a404f42c0540cb4508c698b6
This commit is contained in:
Alf Eaton 2022-03-15 15:53:25 +00:00 committed by Copybot
parent 06e2afa276
commit b72b2b9b75

View file

@ -45,7 +45,7 @@
},
{
// Test specific rules
"files": ["**/test/**/*.js"],
"files": ["**/test/**/*.*"],
"plugins": [
"mocha",
"chai-expect",