Skip to content

Commit 3b36461

Browse files
committed
chore: wip
1 parent 6464e1e commit 3b36461

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"attributePosition": "auto",
2828
"indentStyle": "space",
2929
"indentWidth": 2,
30-
"lineEnding": "lf"
30+
"lineEnding": "lf",
31+
"lineWidth": 120
3132
}
3233
},
3334
"json": {

storage/framework/core/vite-config/src/dashboard.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import { alias } from '@stacksjs/alias'
22
import { config } from '@stacksjs/config'
33
import { path as p } from '@stacksjs/path'
4-
import {
5-
components,
6-
cssEngine,
7-
i18n,
8-
layouts,
9-
} from '@stacksjs/vite-plugin'
4+
import { components, cssEngine, i18n, layouts } from '@stacksjs/vite-plugin'
105
import { unheadVueComposablesImports as VueHeadImports } from '@unhead/vue'
116
import Vue from '@vitejs/plugin-vue'
127
import AutoImport from 'unplugin-auto-import/vite'

0 commit comments

Comments
 (0)