- Add .eslintrc.json so next lint doesn't prompt interactively in CI - Switch Google Fonts from <link> tags to next/font/google - Wrap "// SECURE_NODE_7" in JSX expression to avoid comment parse error
7 lines
97 B
JSON
7 lines
97 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "prettier"],
|
|
"rules": {
|
|
"no-console": "warn"
|
|
}
|
|
}
|