You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename eslint-plugin-aaa to eslint-plugin-aaa-pattern
npm rejects "eslint-plugin-aaa" as too similar to the
existing "eslint-plugin-ava" (typo-squatting protection),
so rename the package and its directory. Rule reference
stays "aaa/pattern" since the ESLint plugin namespace is
the import alias, not the npm name.
Updated all docs (8 languages), scripts, and metadata.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| Push |`npm publish`|`gem push`| push to split mirror + tag |
20
-
| User installs via |`npm install eslint-plugin-aaa@<v>`|`gem install rubocop-aaa -v <v>`|`composer require babu-ch/phpcs-aaa:<v>`|
20
+
| User installs via |`npm install eslint-plugin-aaa-pattern@<v>`|`gem install rubocop-aaa -v <v>`|`composer require babu-ch/phpcs-aaa:<v>`|
21
21
22
-
Each release script also creates a per-package tag in the monorepo (`eslint-plugin-aaa-v<v>`, etc.) so `git log --tags` shows the release history.
22
+
Each release script also creates a per-package tag in the monorepo (`eslint-plugin-aaa-pattern-v<v>`, etc.) so `git log --tags` shows the release history.
0 commit comments