Skip to content

Commit 470fcde

Browse files
amir-rahmaniiASafaeirad
authored andcommitted
feat(next): add next/no-duplicate-head rule
1 parent c371e9f commit 470fcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/next.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function next() {
1414
'next/no-before-interactive-script-outside-document': 'warn',
1515
'next/no-css-tags': 'warn',
1616
'next/no-document-import-in-page': 'warn',
17-
// 'next/no-duplicate-head': 'warn',
17+
'next/no-duplicate-head': 'warn',
1818
'next/no-head-element': 'warn',
1919
'next/no-head-import-in-document': 'warn',
2020
'next/no-html-link-for-pages': 'warn',

0 commit comments

Comments
 (0)