Skip to content

Commit 4bf4b22

Browse files
committed
chore: linting
1 parent 72c0616 commit 4bf4b22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default antfu(
1010
'vue/no-mutating-props': ['error', {
1111
shallowOnly: true,
1212
}],
13+
'unicorn/consistent-function-scoping': 'off',
1314
},
1415

1516
},

src/composables/useInputEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function useInputEditor() {
9393
}
9494
else {
9595
return `${key}: '${value}'`
96-
}
96+
}
9797
}).join()}}`
9898
}
9999

0 commit comments

Comments
 (0)