mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-16 10:03:54 -07:00
fix linter issues
This commit is contained in:
parent
a1b1b529a3
commit
3ed197a843
21 changed files with 58 additions and 33 deletions
|
@ -200,7 +200,8 @@ const icons = {
|
|||
accountPlusOutline: mdiAccountPlusOutline,
|
||||
};
|
||||
|
||||
export default ({ app }, inject) => {
|
||||
// eslint-disable-next-line no-empty-pattern
|
||||
export default ({}, inject) => {
|
||||
// Inject $hello(msg) in Vue, context and store.
|
||||
inject("globals", { icons });
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue