We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c0616 commit 4bf4b22Copy full SHA for 4bf4b22
eslint.config.js
@@ -10,6 +10,7 @@ export default antfu(
10
'vue/no-mutating-props': ['error', {
11
shallowOnly: true,
12
}],
13
+ 'unicorn/consistent-function-scoping': 'off',
14
},
15
16
src/composables/useInputEditor.ts
@@ -93,7 +93,7 @@ export function useInputEditor() {
93
}
94
else {
95
return `${key}: '${value}'`
96
-}
+ }
97
}).join()}}`
98
99
0 commit comments