Skip to content

Commit 1d7d4c7

Browse files
committed
chore: lint again...
1 parent 7a86320 commit 1d7d4c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ import router from './router';
77
const app = createApp(App);
88

99
// PrimeVue configuration with orange theme
10-
app.use(PrimeVue, {
10+
app.use(PrimeVue, {
1111
ripple: true,
1212
theme: {
1313
preset: 'aura',
1414
options: {
1515
darkModeSelector: false,
16-
cssLayer: false
17-
}
18-
}
16+
cssLayer: false,
17+
},
18+
},
1919
});
2020

2121
app.use(router);

0 commit comments

Comments
 (0)