commit 6cab0a97bd3a30e2b0e62e908356ded7433aac07 parent 38a880bf48fdaf8869457a7e0ce84bb9db937a96 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 4 Jan 2022 03:14:23 +0100 Remove broken eslint rule Diffstat:
| M | .eslintrc.json | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.eslintrc.json b/.eslintrc.json @@ -7,6 +7,7 @@ "plugin:jsx-a11y/recommended" ], "rules": { - "@next/next/no-img-element": "off" + "@next/next/no-img-element": "off", + "jsx-a11y/anchor-is-valid": "off" } } \ No newline at end of file