Feature/set up recommendedTypeChecked rule in eslint configuration (#3876)

* Set up recommendedTypeChecked rule in eslint configuration

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-10-05 17:42:07 +02:00
committed by GitHub
parent fd26253e7a
commit e2ae43bf28
5 changed files with 54 additions and 8 deletions

View File

@ -4,6 +4,9 @@
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"parserOptions": {
"project": ["apps/ui-e2e/tsconfig.json"]
},
"rules": {}
},
{