Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
UpdateEdit: Hope it works for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a Nuxt 4 project using ESLint module, how can I enable and configure the Vue ESLint rule
vue/component-tags-orderso that my<script setup>tag comes first, then<template>, then<style>in.vuefiles?I already have
eslint.config.mjswithwithNuxt(), but when I try to add:when I run
bun lint:fixI get this error:how to fix that?
Beta Was this translation helpful? Give feedback.
All reactions