Skip to content

Instantly share code, notes, and snippets.

@juanmaguitar
Last active February 14, 2018 19:58
Show Gist options
  • Select an option

  • Save juanmaguitar/f8f09d9eda71d8bd77b88c8bfac32cda to your computer and use it in GitHub Desktop.

Select an option

Save juanmaguitar/f8f09d9eda71d8bd77b88c8bfac32cda to your computer and use it in GitHub Desktop.
Scripts Devel Environment
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