Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Disable broken linting module for Nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelthatsme committed Dec 3, 2023
1 parent 08d1711 commit 7819e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export default defineNuxtConfig({
},

css: ['~/assets/style.scss'],
modules: ['@nuxt/image', '@nuxtjs/eslint-module', '@pinia/nuxt'],
modules: ['@nuxt/image', '@pinia/nuxt'],
});

0 comments on commit 7819e4d

Please sign in to comment.