style: format

This commit is contained in:
Kevin Deng
2025-11-26 16:58:43 +08:00
parent 85d98b5b6f
commit 620450b5ba
28 changed files with 1297 additions and 1302 deletions

View File

@@ -1,6 +1,6 @@
import { defineConfig } from 'vitest/config';
import { babel } from '@rollup/plugin-babel';
import Jsx from './packages/babel-plugin-jsx/src';
import { defineConfig } from 'vitest/config'
import { babel } from '@rollup/plugin-babel'
import Jsx from './packages/babel-plugin-jsx/src'
export default defineConfig({
resolve: {
@@ -25,4 +25,4 @@ export default defineConfig({
globals: true,
environment: 'jsdom',
},
});
})