Created
January 4, 2020 22:11
-
-
Save denvercoder/33355281a4d0f295820b445d03bdd243 to your computer and use it in GitHub Desktop.
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
wesbos() { | |
npx install-peerdeps --dev eslint-config-wesbos | |
echo "{\"extends\": [\"wesbos\"],\"rules\": {\"no-console\": 2,\"prettier/prettier\":[\"error\",{\"trailingComma\": \"all\",\"semi\": false,\"singleQuote\": true,\"printWidth\": 80,\"tabWidth\": 2}]}}" >> .eslintrc | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment