nextjs/no-script-component-in-head Correctness
What it does
Why is this bad?
Example
javascript
How to use
To enable this rule in the CLI or using the config file, you can use:
bash
oxlint --deny nextjs/no-script-component-in-head --nextjs-plugin
json
{
"plugins": ["nextjs"],
"rules": {
"nextjs/no-script-component-in-head": "error"
}
}