Skip to content

Instantly share code, notes, and snippets.

View raffecat's full-sized avatar

Raffe raffecat

  • Melbourne, Australia
View GitHub Profile
@raffecat
raffecat / rollup.config.js
Created March 23, 2019 09:44
Rollup Config for Buble with ESLint
import eslint from 'rollup-plugin-eslint';
import buble from 'rollup-plugin-buble';
export default {
input: 'src/entry.js',
output: {
file: 'dist/bundle.js',
format: 'iife'
},
plugins: [
defmodule InspectPlug do
@behaviour Plug
def init(opts), do: opts
def call(conn, opts), do: IO.inspect(conn, opts)
end
@raffecat
raffecat / tsconfig.json
Created November 24, 2017 04:00
tsconfig.json for node.js
{
"files": [
"src/main.ts"
],
"compilerOptions": {
"inlineSourceMap": true,
"alwaysStrict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,

Keybase proof

I hereby claim:

  • I am raffecat on github.
  • I am raffe (https://keybase.io/raffe) on keybase.
  • I have a public key whose fingerprint is 0FD1 D3F5 8878 80A6 A87A 5324 B0BF 0B88 3A84 1576

To claim this, I am signing this object: