MediaWikiAGE / MAGE

MediaWiki Automated Graphical Editor. Mostly meant to be a replacement for AutoWikiBrowser (AWB).
MIT License
7 stars 7 forks source link

Issue with Footer.vue after latest dependency update #75

Closed TreeIsLife2 closed 2 years ago

TreeIsLife2 commented 2 years ago

Error looks like:

ERROR in
(path to MAGE's location)\MAGE\src\components\Footer.vue
  1:1  error  Component name "Footer" should always be multi-word  vue/multi-word-component-names
AttemptToCallNil commented 2 years ago

Yes, that's one of the changed lints. Strangely enough, this specific component was not giving me errors when I was testing the update. I also can't reproduce the issue by running pnpm run electron:serve (which made the errors with other components appear), but I do believe this issue is valid.

AttemptToCallNil commented 2 years ago

Does #76 resolve this issue?

TreeIsLife2 commented 2 years ago

Yes, it does.

AttemptToCallNil commented 2 years ago

As #76 is now merged, I'm closing this issue.