sveltejs / eslint-plugin-svelte

ESLint plugin for Svelte using AST
https://sveltejs.github.io/eslint-plugin-svelte/
MIT License
276 stars 29 forks source link

Addition of a config that includes best practice rules. #785

Open tkhs0813 opened 2 weeks ago

tkhs0813 commented 2 weeks ago

Description

The currently provided config does not include all best practices. I want a stronger config than plugin:svelte/recommended. Is it possible to add this?

Thank you for considering my request. I believe this feature would be a valuable addition to the project and help improve the overall user experience.

Best regards,

ota-meshi commented 1 week ago

Thank you for posting this issue.

The recommended configuration provided by the plugin is determined by our preferences as maintainers. But, the rules enabled in that configuration are probably those that are essential for most people.

Maybe your needs will require a configuration that provides a new set of rules for users who want stricter checking. However, in my opinion, coming up with a new set of rules would be time-consuming and would put a lot of strain on us as maintainers. To avoid it, I think it would be better if someone provided a new configuration as a separate project.

What do you think?