Closed
Description
I would like to list tasks to make this package the default eslint-plugin.
Note: however, that this list has not yet taken consensus.
Renaming package names.
- [ ]-> No change.eslint-plugin-svelte
->@sveltejs/eslint-plugin
?
- [ ]-> No change.svelte-eslint-parser
->@sveltejs/eslint-parser
?
- [ ] Add migration documentation for package name change- Change the
Why?
section of the README. - Change the eslint-plugin that
svelte
/sveltekit
installs by default from eslint-plugin-svelte3 to eslint-plugin-svelte. - Change the Svelte plugin listed in Awesome ESLint.
I have a question.
Should we change the package name? (I'm not against renaming)
I think the new package name gives a good indication that it's official.
However, the names of rules and the configs provided by this plugin, may be a bit lengthy and redundant.
e.g. svelte/rule-name
-> @sveltejs/rule-name
Also, current eslint-plugin-svelte users will need to migrate.
Related issues: