Created
March 21, 2020 23:31
-
-
Save jonwaldstein/e8c66da161e57fbbe80e450df17a6828 to your computer and use it in GitHub Desktop.
Eslint with prettier packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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