HomePhorge

Update eslint-plugin-vue to 9.23.0

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Update eslint-plugin-vue to 9.23.0

In theory we shouldn't need to do this, because eslint-config-wikimedia
already provides eslint-plugin-vue. However, eslint-plugin-mediawiki
also pulls in eslint-plugin-vue but at an older version, and this causes
nonsensical vue/dot-location errors to be raised at the end of the
<script> block in each .vue file.

This is a temporary fix to make it possible to introduce .vue files in
MW core without having to disable the vue/dot-location at the end of
each file. Once this is fixed permanently upstream (see
https://github.com/wikimedia/eslint-plugin-mediawiki/pull/95), this
change can be undone.

Change-Id: Ibd616750f046a3a66b5d7f2665696ed9175a4090

Details

Provenance
Roan KattouwAuthored on Mar 21 2024, 10:36 PM

Event Timeline

Roan Kattouw <roan.kattouw@gmail.com> committed rMWcd68f65cbb34: Update eslint-plugin-vue to 9.23.0 (authored by Roan Kattouw <roan.kattouw@gmail.com>).Mar 21 2024, 10:36 PM

Commit No Longer Exists

This commit no longer exists in the repository.