Last active
February 14, 2018 19:58
-
-
Save juanmaguitar/f8f09d9eda71d8bd77b88c8bfac32cda to your computer and use it in GitHub Desktop.
Scripts Devel Environment
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
| npm i -D babel-preset-es2015 babel-preset-stage-2 babel-preset-react | |
| npm i -D babel-eslint eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard prettier-eslint | |
| curl -fsSL https://gist.githubusercontent.com/juanmaguitar/f8f09d9eda71d8bd77b88c8bfac32cda/raw/e8322eb79ade613996ed503cd962040cbbfffe06/.babelrc > .babelrc | |
| curl -fsSL https://gist.githubusercontent.com/juanmaguitar/f8f09d9eda71d8bd77b88c8bfac32cda/raw/e8322eb79ade613996ed503cd962040cbbfffe06/.eslintrc > .eslintrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment