mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 18:58:38 +00:00
Update JS dependencies, misc tweaks (#25768)
- Update all JS dependencies minus stylelint because of https://github.com/elirasza/stylelint-stylistic/issues/12 - Misc tweaks to eslint and stylelint configs - Tested Monaco and Mermaid
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {defineConfig} from 'vitest/dist/config.js';
|
||||
import vue from '@vitejs/plugin-vue';
|
||||
import {defineConfig} from 'vitest/config';
|
||||
import vuePlugin from '@vitejs/plugin-vue';
|
||||
import {stringPlugin} from 'vite-string-plugin';
|
||||
|
||||
export default defineConfig({
|
||||
@@ -12,10 +12,9 @@ export default defineConfig({
|
||||
allowOnly: true,
|
||||
passWithNoTests: true,
|
||||
watch: false,
|
||||
outputDiffLines: Infinity,
|
||||
},
|
||||
plugins: [
|
||||
stringPlugin(),
|
||||
vue(),
|
||||
vuePlugin(),
|
||||
],
|
||||
});
|
||||
|
Reference in New Issue
Block a user