Refactor ESLint Config, Update Dependencies, and Enhance React Components #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant changes to the ESLint configuration, package dependencies, and minor updates to the React components. The most important changes are outlined below:
ESLint Configuration Updates:
.eslintrc
configuration file and replaced it with a neweslint.config.mjs
file that uses the latest ESLint features and plugins. [1] [2]Package Dependency Updates:
package.json
to include new dependencies such as@testing-library/dom
,glob
, and several ESLint-related packages. Removedeslint-plugin-react-native
and updated versions for existing packages. [1] [2] [3]License Update:
LICENSE
file to include a new copyright holder and modified version information.React Component Updates:
SpeedInsights
component from@vercel/speed-insights
to thePage.tsx
layout component. [1] [2]Footer.tsx
andTestimonials.tsx
components for better readability and consistency. [1] [2] [3]