Skip to content

Commit

Permalink
feat: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 22, 2025
1 parent e210e08 commit 2f6a3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nt-headless-ui/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const compat = new FlatCompat({

const eslintConfig = [
...compat.extends('next/core-web-vitals', 'next/typescript'),
...compat.extends('eslint:recommended', 'prettier'),
]

export default eslintConfig

0 comments on commit 2f6a3c9

Please sign in to comment.