We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<script>
ESLint 現在只對 Markdown 檔案啟用 format 規則(可以用 Config Inspector 檢查)。也就是說,這樣子的檔案也會通過 Lint:
format
<script setup lang="ts"> const foo ='42'; console.log (`Hello ${foo}`) ; </script> # 這是一個 Markdown 檔案
不是很理想對吧?要想辦法對 Markdown 檔案啟用 Vue 插件的規則才行。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ESLint 現在只對 Markdown 檔案啟用
format
規則(可以用 Config Inspector 檢查)。也就是說,這樣子的檔案也會通過 Lint:不是很理想對吧?要想辦法對 Markdown 檔案啟用 Vue 插件的規則才行。
The text was updated successfully, but these errors were encountered: