vue/no-export-in-script-setup
disallow
exportin<script setup>
- ⚙️ This rule is included in the following preset configs:
*.configs["flat/essential"]*.configs["flat/vue2-essential"]*.configs["flat/strongly-recommended"]*.configs["flat/vue2-strongly-recommended"]*.configs["flat/recommended"]*.configs["flat/vue2-recommended"]"plugin:vue/essential""plugin:vue/vue2-essential""plugin:vue/strongly-recommended""plugin:vue/vue2-strongly-recommended""plugin:vue/recommended""plugin:vue/vue2-recommended"
📖 Rule Details
This rule warns ES module exports in <script setup>.
The previous version of <script setup> RFC used export to define variables used in templates, but the new <script setup> RFC has been updated to define without using export. See Vue RFCs - 0040-script-setup for more details.
🔧 Options
Nothing.
📚 Further Reading
🚀 Version
This rule was introduced in eslint-plugin-vue v7.13.0