Skip to content

Instantly share code, notes, and snippets.

View devilleweppenaar's full-sized avatar

de ville weppenaar devilleweppenaar

View GitHub Profile
@devilleweppenaar
devilleweppenaar / yarn_with_wercker_package.json
Created October 30, 2016 06:46
yarn with wercker - package.json
{
"name": "admin-website-frontend",
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "3.8.1",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.1",
@devilleweppenaar
devilleweppenaar / yarn_with_wercker_deploy.yml
Created October 30, 2016 06:48
yarn with wercker - deploy step
deploy:
steps:
- script:
name: install firebase-tools
code: npm install -g firebase-tools
- devillex/[email protected]:
project: $FIREBASE_PROJECT_NAME
token: $FIREBASE_TOKEN
@devilleweppenaar
devilleweppenaar / .hyper.js
Last active December 20, 2016 17:36
Hyper settings (saved to '~/.hyper_plugins')
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
// terminal cursor background color (hex)
cursorColor: '#F81CE5',