Skip to content

Instantly share code, notes, and snippets.

View konjag's full-sized avatar

Konrad Jaguszewski konjag

View GitHub Profile
@konjag
konjag / example.js
Created March 25, 2019 14:57
Example code to test linting.
import 'whatwg-fetch';
import foo from './foo';
var a = 1;
var b = 2;
a = 5;
const inbox = [{
id: 1,