We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5bc7b commit c62986bCopy full SHA for c62986b
eslint.config.mjs
@@ -11,9 +11,12 @@ export default tseslint.config(
11
...wdnsConfig,
12
{
13
ignores: [
14
+ '*__TEMP.*',
15
+ '*__TEMP/',
16
'**/*.cy.ts',
17
'**/cypress/**',
18
'cypress.config.ts',
19
+ 'src/playground/*',
20
'src/playground/configs/templates/PlaygroundPage.vue',
21
'src/types/cypress.d.ts',
22
'vite.build.config.mts',
src/playground/configs/playground.ts
@@ -11,7 +11,7 @@ import PlaygroundApp from './PlaygroundApp.vue';
const app = createApp(PlaygroundApp);
app.use(createVStepperForm({
- variant: 'outlined',
+ // variant: 'outlined',
},
));
app.use(createVCodeBlock());
0 commit comments