Skip to content

Instantly share code, notes, and snippets.

@ultrasounder
Last active December 23, 2021 16:41
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 ultrasounder/ffa49ed4abf0dc710383a39e441e3415 to your computer and use it in GitHub Desktop.
Save ultrasounder/ffa49ed4abf0dc710383a39e441e3415 to your computer and use it in GitHub Desktop.
eslintrc
{
"extends": [
"prettier",
"prettier/standard",
"prettier/react",
"plugin:react/recommended"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": "error"
},
"parser": "babel-eslint",
"env": {
"browser": true
},
"settings": {
"react": {
"pragma": "React",
"version": "detect"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment