configure and fixed eslint jsx-a11y issues

This commit is contained in:
sunilyadav840
2021-10-01 11:51:27 +05:30
parent fb9f97b43a
commit 27d129e689
21 changed files with 100 additions and 88 deletions

View File

@@ -34,7 +34,6 @@ module.exports = {
},
],
rules: {
"jsx-a11y/anchor-is-valid": 1,
"no-console": ["error", { allow: ["error", "warn", "dir"] }],
curly: "error",
"@typescript-eslint/switch-exhaustiveness-check": "error",