Skip to content

Commit

Permalink
fix: Eslint comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
phanuelmutuma committed Sep 30, 2022
1 parent bb2fb7e commit 8baa5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
],
"react/destructuring-assignment": "off", // Vscode doesn't support automatically destructuring, it's a pain to add a new variable
"jsx-a11y/anchor-is-valid": "off", // Next.js use his own internal link system
"jsx-a11y/anchor-is-valid": "off", // Next.js uses its own internal link system
"react/require-default-props": "off", // Allow non-defined react props as undefined
"react/jsx-props-no-spreading": "off", // _app.tsx uses spread operator and also, react-hook-form
"react-hooks/exhaustive-deps": "off", // Incorrectly report needed dependency with Next.js router
Expand Down

0 comments on commit 8baa5d1

Please sign in to comment.