mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add ESLint rule @typescript-eslint/return-await to backend services GitOrigin-RevId: 75e3e32597827fcc852e69d479515fc72e8f45e4
13 lines
202 B
JSON
13 lines
202 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"app.js",
|
|
"expire_docops.js",
|
|
"app/js/**/*",
|
|
"benchmarks/**/*",
|
|
"config/**/*",
|
|
"scripts/**/*",
|
|
"test/**/*"
|
|
]
|
|
}
|