Disable typescript-eslint plugin rule (no-explicit-any) with inline comment January 6, 2023 by Tarik add this to the .eslintrc (tslintrc) file : rules: { "@typescript-eslint/no-explicit-any": "off" },