mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
71187a51ba
Add ESLint rule @typescript-eslint/return-await to backend services GitOrigin-RevId: 75e3e32597827fcc852e69d479515fc72e8f45e4
10 lines
155 B
JSON
10 lines
155 B
JSON
{
|
|
"extends": "../../tsconfig.backend.json",
|
|
"include": [
|
|
"app.js",
|
|
"app/js/**/*",
|
|
"config/**/*",
|
|
"scripts/**/*",
|
|
"test/**/*"
|
|
]
|
|
}
|