Skip to content

nextjs/no-head-element Correctness

This rule is turned on by default.

What it does

Prevent usage of <head> element.

Why is this bad?

Example

javascript

References

Released under the MIT License.