Skip to content

Instantly share code, notes, and snippets.

View derekclair's full-sized avatar
:octocat:
git commit'n

Derek Clair derekclair

:octocat:
git commit'n
View GitHub Profile
@derekclair
derekclair / .eslintrc
Created June 21, 2017 21:28
Test Drive: ESLint Config
{
"env": {
"browser": true,
"es6": true,
"mocha": true,
"node": true
},
"sourceType": "module",
"parser": "babel-eslint",
"parserOptions": {
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
<link rel="import" href="../google-map/google-map.html">
<link rel="import" href="../notification-elements/notification-alert.html">
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
:host {