Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .eslintrc.js
  • Loading branch information
arghyaxcodes committed Dec 11, 2021
commit ff6d9509f7c756ea3657f3da3916b328c6e9593d
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = {
extends: 'react-app',
extends: 'next',
rules: {
'react/react-in-jsx-scope': 'off',
'react/display-name': 'off',
'react-hooks/exhaustive-deps': 'off',
'jsx-a11y/anchor-is-valid': 'off',
},
}