Skip to content

chore: update dependencies and migrate ESLint to flat config - #351

Open
kvvasuu wants to merge 1 commit into
masterfrom
fix/01-deps-and-tooling
Open

chore: update dependencies and migrate ESLint to flat config#351
kvvasuu wants to merge 1 commit into
masterfrom
fix/01-deps-and-tooling

Conversation

@kvvasuu

@kvvasuu kvvasuu commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Stacked PR 1/6 — part of a split of #350 .
→ followed by #352

Updates the dependency set (including the React 19 upgrade) and associated build config, and migrates ESLint from .eslintrc.json to eslint.config.mjs. ignores lives in its own standalone config object so it acts as a true global ignore under flat config - mixed into the same object as rules/plugins it would only scope that object's own rules, which let the CI lint step lint the built dist/ output.

Updates the dependency set (including the React 19 upgrade) and
associated build config, and migrates ESLint from .eslintrc.json to
eslint.config.mjs. `ignores` lives in its own standalone config object
so it acts as a true global ignore under flat config - mixed into the
same object as rules/plugins it would only scope that object's own
rules, which let the CI lint step lint the built dist/ output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant