nextjs/next-script-for-ga Correctness
✅ This rule is turned on by default.
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/next-script-for-ga --nextjs-plugin
json
{
"plugins": ["nextjs"],
"rules": {
"nextjs/next-script-for-ga": "error"
}
}