Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dawsbot
Last active March 24, 2017 19:16
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 dawsbot/c122153a63f129b90b594500250dab25 to your computer and use it in GitHub Desktop.
Save dawsbot/c122153a63f129b90b594500250dab25 to your computer and use it in GitHub Desktop.
Add uber eslint to a project (assumes you don't have a `.eslintrc` to begin)
#!/bin/bash
yarn add eslint eslint-config-uber-es2015
echo '{\n "extends": ["eslint-config-uber-es2015"]\n}' > .eslintrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment