style: ensure semicolons at line ends

This commit is contained in:
2026-08-07 16:58:15 +02:00
parent 05cf1df307
commit 977560ae7c
13 changed files with 32 additions and 32 deletions
+3 -3
View File
@@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
import path from 'path';
import { createHtmlPlugin } from 'vite-plugin-html';
@@ -39,4 +39,4 @@ export default defineConfig({
globals: false,
environment: 'jsdom'
}
})
});