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:
@ -4,6 +4,9 @@
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
||||
"parserOptions": {
|
||||
"project": ["apps/ui-e2e/tsconfig.json"]
|
||||
},
|
||||
"rules": {}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user