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

Simplify ESLint Configuration #318

Closed
threeal opened this issue Feb 12, 2024 · 0 comments · Fixed by #319
Closed

Simplify ESLint Configuration #318

threeal opened this issue Feb 12, 2024 · 0 comments · Fixed by #319
Assignees
Labels
Milestone

Comments

@threeal
Copy link
Owner

threeal commented Feb 12, 2024

This issue suggests simplifying the .eslintrc.json configuration file by:

  • Removing unused configurations such as setting the parser and plugins for TypeScript if already extended from the plugin:@typescript-eslint/recommended.
  • Removing settings for ECMAScript version and source type in favor of using .mts and .mjs as the file extensions.
  • Using a glob (.*ts) to specify all TypeScript extensions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant