File size: 296 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 | {
"extends": ["plugin:@next/next/recommended"],
"rules": {
// This rule is not able to find the `pages/` folder in the monorepo.
"@next/next/no-html-link-for-pages": ["off"],
"react/react-in-jsx-scope": "off",
"spaced-comment": ["error", "always", { "markers": ["/"] }]
}
}
|