You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(eslint): disable no-explicit-any rule for TypeScript
This commit updates the ESLint configuration to turn off the '@typescript-eslint/no-explicit-any' rule, allowing the use of 'any' type in TypeScript files. This change may help in easing the transition for existing codebases that utilize 'any' extensively.
0 commit comments