Skip to content

Instantly share code, notes, and snippets.

@brionmario
Last active August 12, 2021 11:21
Show Gist options
  • Save brionmario/6fd45868ad19ba370780bb6533021e92 to your computer and use it in GitHub Desktop.
Save brionmario/6fd45868ad19ba370780bb6533021e92 to your computer and use it in GitHub Desktop.
[Blog][.eslintrc.js][presets] How to add a custom ESLint configuration to a Create React
extends: [
"eslint:recommended",
"plugin:react/recommended",
"plugin:jsx-a11y/recommended",
"plugin:react-hooks/recommended",
"plugin:jest/recommended",
"plugin:testing-library/react"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment