Skip to content

Instantly share code, notes, and snippets.

@fivepixels
Created June 14, 2023 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fivepixels/33bd9d19c4d4b4cfa1b2ca668250c9f3 to your computer and use it in GitHub Desktop.
Save fivepixels/33bd9d19c4d4b4cfa1b2ca668250c9f3 to your computer and use it in GitHub Desktop.
The Default Eslint Configuration File
const eslintConfig = {
extends: "next/core-web-vitals",
rules: {
"react-hooks/exhaustive-deps": "off"
}
};
module.exports = eslintConfig;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment