Skip to content

Instantly share code, notes, and snippets.

@denvercoder
Created January 4, 2020 22:11
Show Gist options
  • Save denvercoder/33355281a4d0f295820b445d03bdd243 to your computer and use it in GitHub Desktop.
Save denvercoder/33355281a4d0f295820b445d03bdd243 to your computer and use it in GitHub Desktop.
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