nextjs/inline-script-id 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/inline-script-id --nextjs-plugin
json
{
"plugins": ["nextjs"],
"rules": {
"nextjs/inline-script-id": "error"
}
}