Skip to content

Commit b765d02

Browse files
committed
fix(no-export-in-script-setup): update fixable
1 parent d5a96be commit b765d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/rules/no-export-in-script-setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
categories: ['vue3-essential', 'vue2-essential'],
2121
url: 'https://eslint.vuejs.org/rules/no-export-in-script-setup.html'
2222
},
23-
fixable: [],
23+
fixable: 'code',
2424
schema: [],
2525
messages: {
2626
forbidden: '`<script setup>` cannot contain ES module exports.'

0 commit comments

Comments
 (0)