mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
Fix linting errors - remove unused imports, fix function parameters, add eslint-disable for component names
Co-authored-by: sagalbot <692538+sagalbot@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ describe('CreateOption When Tagging Is Enabled', () => {
|
||||
taggable: true,
|
||||
multiple: true,
|
||||
options: ['one', 'two'],
|
||||
createOption: (option) => 'four',
|
||||
createOption: () => 'four',
|
||||
})
|
||||
|
||||
await selectTag(Select, 'three')
|
||||
|
||||
Reference in New Issue
Block a user