Skip to content

Commit

Permalink
chore: explicitely set vue plugin for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 5, 2024
1 parent 198f881 commit 73cad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { storyblokLintConfig } from '@storyblok/eslint-config';

export default storyblokLintConfig({

vue: true,
}, {
ignores: ['tests/unit/coverage/', 'dist/', 'cypress/'],
});

0 comments on commit 73cad44

Please sign in to comment.