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
fix: Update ESLint config for TypeScript ESLint v6
- Add @typescript-eslint/recommended extension
- Configure unused vars and explicit any as warnings
- Add argsIgnorePattern for underscore-prefixed params
- Disable explicit-any rule for library code
0 commit comments