commit | 32281141b4ae1e74c04bc2e3cd0180a6105228ea | [log] [tgz] |
---|---|---|
author | minion <nathan@clicksminuteper.net> | Fri May 06 20:31:00 2022 +0100 |
committer | minion <nathan@clicksminuteper.net> | Fri May 06 20:31:00 2022 +0100 |
tree | bbe1e90d1eef6c883264b2c57d8a44192d3e9847 | |
parent | 87567ef777090371d0311c40d17423308d6c21ce [diff] |
permit eslint to not use next/image
diff --git a/.eslintrc.json b/.eslintrc.json index f0f3abe..c9aa306 100644 --- a/.eslintrc.json +++ b/.eslintrc.json
@@ -1,6 +1,7 @@ { "extends": "next/core-web-vitals", "rules": { - "@next/next/no-img-element": "off" + "@next/next/no-img-element": "off", + "@next/next/no-html-link-for-pages": "off" } }