Enhance ESLint configuration to include support for .mjs and .cjs file types. Update ignored files patterns to ensure proper linting of project files. Refactor Vue component templates for improved readability and maintainability, including consistent formatting and structure across various components. Update error handling in save functions to prevent silent failures.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 52s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 52s
This commit is contained in:
@@ -27,7 +27,7 @@ export default defineEventHandler(async (event) => {
|
||||
|
||||
let csvPath = null
|
||||
for (const p of candidates) {
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
|
||||
if (await exists(p)) {
|
||||
csvPath = p
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user