Skip to content

Instantly share code, notes, and snippets.

@Manntrix
Created November 9, 2020 10:38
Show Gist options
  • Select an option

  • Save Manntrix/d4874db35f08fe873fd5f892cb27f95e to your computer and use it in GitHub Desktop.

Select an option

Save Manntrix/d4874db35f08fe873fd5f892cb27f95e to your computer and use it in GitHub Desktop.
{
"env": {
"browser": true,
"es2021": true,
"jest": true
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:prettier/recommended"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"react"
],
"rules": {
"react/react-in-jsx-scope": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment