Skip to content

Instantly share code, notes, and snippets.

@jonwaldstein
Created March 21, 2020 23:31
Show Gist options
  • Save jonwaldstein/e8c66da161e57fbbe80e450df17a6828 to your computer and use it in GitHub Desktop.
Save jonwaldstein/e8c66da161e57fbbe80e450df17a6828 to your computer and use it in GitHub Desktop.
Eslint with prettier packages
{
"babel-eslint": "^9.0.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.4.0",
"prettier": "^1.16.4",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment