Skip to content

Instantly share code, notes, and snippets.

View yuschick's full-sized avatar

Daniel Yuschick yuschick

View GitHub Profile
@codespool
codespool / codestyle_init.sh
Last active October 2, 2018 11:29
Adds all needed codestyle dependencies
#!/bin/bash
#####################################
# npm 5+ required
# run in the root of your npm project
# edit env as needed (browser or node)
#####################################
npm i -D eslint prettier eslint eslint-config-prettier eslint-plugin-prettier babel-eslint@8
npx install-peerdeps --dev eslint-config-airbnb