Skip to content

Commit

Permalink
chore: type-check ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 20, 2024
1 parent dbf0dbb commit 9f57392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-check
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'
import perfectionist from 'eslint-plugin-perfectionist'

Expand All @@ -12,6 +13,7 @@ export default createConfigForNuxt({
],
},
})
// @ts-ignore
.append({
plugins: {
perfectionist,
Expand Down

0 comments on commit 9f57392

Please sign in to comment.