Last active
March 24, 2017 19:16
-
-
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)
This file contains 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
#!/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