Skip to content

Commit

Permalink
chore: lint (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
timhanlon committed Jan 13, 2025
1 parent 4976acc commit 2441960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ export default createConfigForNuxt({
dirs: {
src: [
'./playground',
'./playground-custom',
],
},
})
.append(
// your custom flat config here...
)
2 changes: 1 addition & 1 deletion playground-custom/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineNuxtConfig({
storageKey: 'bedtime-color-mode',
},

compatibilityDate: '2025-01-03',
compatibilityDate: '2025-01-13',

bedtime: {
classes: {
Expand Down

0 comments on commit 2441960

Please sign in to comment.