ecamp3 icon indicating copy to clipboard operation
ecamp3 copied to clipboard

frontend: add simple part of vue/vue3-recommended rules

Open BacLuc opened this issue 1 year ago • 2 comments

Turn off the following rules for now: "vue/no-deprecated-dollar-scopedslots-api": "off", "vue/no-deprecated-slot-attribute": "off", "vue/no-deprecated-slot-scope-attribute": "off", because i could not get the new syntax to work.

That we are ready for vue3 as soon as the calendar works. Issue: #5121

BacLuc avatar May 12 '24 12:05 BacLuc

Feature branch deployment currently inactive.

If the PR is still open, you can add the deploy! label to this PR to trigger a feature branch deployment.

github-actions[bot] avatar May 12 '24 13:05 github-actions[bot]

Seems that the lint rule rewrites the event identifier where you register the event, but not the place where you emit the event. Fixed with https://github.com/ecamp/ecamp3/pull/5170/commits/fc71576bb37bd0143a1db3a4b7eb7dc4b4138032

BacLuc avatar May 19 '24 18:05 BacLuc

More rule applications were here: #5122

BacLuc avatar Jun 02 '24 11:06 BacLuc