mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-10 05:24:18 +09:00
chore: migrate unescaped-html-literal eslint rule to our repo and fix more cases (#38072)
This commit is contained in:
+4
-1
@@ -4,7 +4,10 @@ import {stringPlugin} from 'vite-string-plugin';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['web_src/**/*.test.ts'],
|
||||
include: [
|
||||
'web_src/**/*.test.ts',
|
||||
'tools/eslint-rules/**/*.test.ts',
|
||||
],
|
||||
setupFiles: ['web_src/js/vitest.setup.ts'],
|
||||
environment: 'happy-dom',
|
||||
testTimeout: 20000,
|
||||
|
||||
Reference in New Issue
Block a user