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
Update editor and linting configurations
- Updates `.editorconfig` to remove single-quote usage in JavaScript and TypeScript files.
- Updates `.eslintrc.json` to extend recommended rules and plugin configurations for TypeScript.
- Updates `.prettierrc` to remove single-quote usage and add configuration for arrow parens.