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 41c7f59 commit 2d4a9b8Copy full SHA for 2d4a9b8
tests/lib/rules/no-import-compiler-macros.js
@@ -29,7 +29,7 @@ tester.run('no-import-compiler-macros', rule, {
29
{
30
filename: 'test.vue',
31
code: `
32
- <script setup>
+ <script>
33
import { defineProps } from 'some-other-package'
34
</script>
35
`
0 commit comments