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
A community member has raised a concern regarding inconsistent spacing and formatting in import statements (e.g., import { CalmWidget} from './types';). Currently, our ESLint configuration may not enforce strict formatting for imports, which can lead to code style inconsistencies.
Tasks
Review the current ESLint configuration, especially rules related to import formatting (e.g., import/order, spacing inside braces).
Consider adding or updating rules from eslint-plugin-import and integrating Prettier if not already present.
Document the agreed-upon import formatting style in the project's contributing guidelines.
Apply auto-fixes or reformat existing codebase if necessary.