-
Notifications
You must be signed in to change notification settings - Fork 2
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
prefix routes and events to avoid conflicts with the old modules #50
Conversation
@@ -2,5 +2,8 @@ | |||
"extends": [ "apostrophe", "plugin:vue/vue3-recommended" ], | |||
"globals": { | |||
"apos": true | |||
}, | |||
"rules": { | |||
"max-len": "off" |
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.
fixing this is just not in the scope of that PR
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.
that rule just added after having upgraded the dev deps
e2e tests new run: https://github.com/apostrophecms/testbed/actions/runs/7103728250 |
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-standard": "^5.0.0", |
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.
deprecated, keeping it made npm i
fail
Prefixing routes and events fixes conflicts with the old
@apostrophecms/piece-type-importer
and@apostrophecms/piece-type-exporter
modules.