Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(eslint): add settings's react version, remove duplicate config, update eslint and related libraries #212

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sukvvon
Copy link
Contributor

@sukvvon sukvvon commented Dec 25, 2024

What:

  • Add React version to ESLint settings.
  • Remove duplicate ESLint configuration to avoid redundancy.
  • Update ESLint and related libraries to the latest versions.

Why:

Before (has not react version)

image

After (has react version)

image

  • The React version setting is necessary to align the linting rules with the specific version of React used in the project.
  • Removing duplicate configurations helps simplify the ESLint setup and avoid potential conflicts or unnecessary rules.
  • Updating ESLint and related libraries ensures the use of the latest linting features, performance improvements, and security patches.

How:

  • Modified the eslint.config.mjs file to include the React version in the settings.
  • Identified and removed redundant configurations to clean up the setup.
  • Updated ESLint and related libraries to their latest stable versions.

Checklist:

  • Documentation
  • Tests
  • Ready to be merged

@sukvvon sukvvon changed the title chore(eslint): add settings's react version, remove duplicate config chore(eslint): add settings's react version, remove duplicate config, update eslint, related dependencies Dec 25, 2024
@sukvvon sukvvon changed the title chore(eslint): add settings's react version, remove duplicate config, update eslint, related dependencies chore(eslint): add settings's react version, remove duplicate config, update eslint, related librarys Dec 25, 2024
@sukvvon sukvvon changed the title chore(eslint): add settings's react version, remove duplicate config, update eslint, related librarys chore(eslint): add settings's react version, remove duplicate config, update eslint, related libraries Dec 25, 2024
@sukvvon sukvvon changed the title chore(eslint): add settings's react version, remove duplicate config, update eslint, related libraries chore(eslint): add settings's react version, remove duplicate config, update eslint and related libraries Dec 25, 2024
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