Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Add eslint peer dependency and fix linting errors
Co-authored-by: AAllport <3750120+AAllport@users.noreply.github.com>
  • Loading branch information
Copilot and AAllport committed Feb 1, 2026
commit 5810ee3c45c21ce8ccdc8f6b3e56a939f28cf6e3
1 change: 1 addition & 0 deletions packages/localdeck-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@types/pako": "^2.0.3",
"@vueuse/core": "^14.2.0",
"@vueuse/nuxt": "^14.2.0",
"eslint": "~9.39.2",
"vitest": "^4.0.18",
"maska": "^3.1.0",
"nuxt": "catalog:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const emojiTheme = computed(() => {
return colorMode.value === 'dark' ? 'dark' : 'light';
});


const onSelectEmoji = (emoji: EmojiExt) => {
const MdIcon = emoji.n.find(s => s.startsWith('mdi:'));
return modelValue.value.icon = MdIcon ?? emoji.i;
Expand Down
1 change: 1 addition & 0 deletions packages/localdeck-configurator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@vitest/browser": "^4.0.0",
"@vitest/ui": "^4.0.0",
"autoprefixer": "^10.4.20",
"eslint": "~9.39.2",
"happy-dom": "^20.4.0",
"nuxt": "catalog:",
"playwright": "^1.58.1",
Expand Down
5 changes: 2 additions & 3 deletions packages/localdeck-configurator/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

import { defineVitestConfig } from '@nuxt/test-utils/config'
import { defineVitestConfig } from '@nuxt/test-utils/config';

export default defineVitestConfig({
// There's a frustrating issue somewhere which means nuxt is loading incredibly slow during tests.
Expand All @@ -8,4 +7,4 @@ export default defineVitestConfig({
testTimeout: 300_000,
environment: 'nuxt',
},
})
});
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.