mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-06 02:15:20 +02: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:
parent
cc00fd50f3
commit
429c12fe62
4 changed files with 690 additions and 303 deletions
|
@ -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(),
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue