nextjs/google-font-preconnect 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/google-font-preconnect --nextjs-plugin
json
{
"plugins": ["nextjs"],
"rules": {
"nextjs/google-font-preconnect": "error"
}
}