refactor to vanilla js

This commit is contained in:
louisbuchbinder
2017-07-08 08:40:30 -07:00
parent 12ce0b0d69
commit 4ff09a0d77
13 changed files with 717 additions and 617 deletions

13
.eslintrc.js Normal file
View File

@@ -0,0 +1,13 @@
module.exports = {
extends: 'flickr',
env: {
browser: true,
node: true
},
rules: {}
};