diff --git a/.eslintrc b/.eslintrc index 36be0c14..68499025 100644 --- a/.eslintrc +++ b/.eslintrc @@ -13,6 +13,7 @@ "react/jsx-props-no-spreading": 0, "prettier/prettier": ["error"], "react/no-array-index-key": 0, + "jsx-a11y/anchor-is-valid": 0, "react/button-has-type": 0, "no-unused-expressions": 0, "no-restricted-syntax": 0, diff --git a/src/components/builder/left/LeftNavbar.js b/src/components/builder/left/LeftNavbar.js index b9dc2298..7b396fd4 100644 --- a/src/components/builder/left/LeftNavbar.js +++ b/src/components/builder/left/LeftNavbar.js @@ -14,9 +14,14 @@ const LeftNavbar = () => (