metaforecast/.eslintrc

7 lines
99 B
Plaintext
Raw Permalink Normal View History

{
"extends": ["next", "prettier"],
"rules": {
"next/no-document-import-in-page": "off"
}
}