Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(eslint-config): enhance ESLint configuration with additional plu…
…gins and rules - Add `plugin:react/recommended`, `plugin:jsx-a11y/recommended`, `plugin:import/errors`, `plugin:import/warnings`, and `plugin:import/typescript` to the `extends` array in the ESLint configuration. These plugins provide recommended linting rules for React, accessibility, and import statements, respectively. - Add `settings` object to the ESLint configuration to specify React version and other settings for `eslint-plugin-react`. - Add new rules to the `rules` object in the ESLint configuration, including `import/order`, `import/no-default-export`, and `jsx-a11y/anchor-is-valid`. These rules enforce conventions for import order, prefer named exports, and enforce valid anchor elements, respectively. - Disable the `react/prop-types` rule, as prop types are checked by TypeScript. - Fix all warnings and errors generated by the new rules.
- Loading branch information
2aeab5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://65a522adca621900ac6944e1--aesthetic-jalebi-84d3c0.netlify.app