mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
style(eslint): client/next: add specific rule for no-html-link-for-pages
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
"ignorePatterns": [".next", "__ENV.js"],
|
"ignorePatterns": [".next", "__ENV.js"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"@next/next/no-img-element": "off",
|
"@next/next/no-img-element": "off",
|
||||||
"@next/next/no-sync-scripts": "off"
|
"@next/next/no-sync-scripts": "off",
|
||||||
|
"@next/next/no-html-link-for-pages": [2, "client/pages"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user