diff --git a/.eslintrc.json b/.eslintrc.json index e0098cc7b9..79ad3ed89a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,7 +24,6 @@ "@typescript-eslint/consistent-type-assertions": "error", "@typescript-eslint/consistent-type-imports": "error", "@typescript-eslint/explicit-function-return-type": "error", - // Interfaces must begin with Interface or TestInterface followed by a PascalCase name "@typescript-eslint/naming-convention": [ "error", @@ -107,13 +106,13 @@ ], // restrict the use of same package in multiple import statements "import/no-duplicates": "error", - // warn/1, error/2, off/0 "tsdoc/syntax": "error", - // Typescript Rules "@typescript-eslint/ban-ts-comment": "error", - "@typescript-eslint/ban-types": "error", + "@typescript-eslint/no-unsafe-function-type": "error", + "@typescript-eslint/no-wrapper-object-types": "error", + "@typescript-eslint/no-empty-object-type": "error", "@typescript-eslint/no-duplicate-enum-values": "error", "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/no-non-null-asserted-optional-chain": "error", diff --git a/README.md b/README.md index e2a7e8f8cc..bdf939c79f 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,3 @@ Core features include: 1. Visit our [YouTube Channel playlists](https://www.youtube.com/@PalisadoesOrganization/playlists) for more insights 1. The "[Getting Started - Developers](https://www.youtube.com/watch?v=YpBUoHxEeyg&list=PLv50qHwThlJUIzscg9a80a9-HmAlmUdCF&index=1)" videos are extremely helpful for new open source contributors. -