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