Skip to content

Commit

Permalink
eslint stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderp25 committed Dec 23, 2023
1 parent 634b19f commit 35f8201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module.exports = {
"rules": {
"react/prop-types": "off",
"react/react-in-jsx-scope": "off",
"@next/next/no-img-element": "off",
"@next/next/no-img-element": "warn",
"prefer-const": "off",
"no-unused-vars": "warn",
}
}

0 comments on commit 35f8201

Please sign in to comment.