Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8 from yahoo/refactor
Browse files Browse the repository at this point in the history
Major refactoring required to work with actual proxy
  • Loading branch information
tufandevrim committed Jun 2, 2016
2 parents 74a7018 + 8c13f17 commit 27e8c8a
Show file tree
Hide file tree
Showing 7 changed files with 302 additions and 256 deletions.
15 changes: 12 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
---
root: true
extends: "eslint:recommended"
env:
node: true
extend: "eslint:recommended"
es6: true
browser: true
plugins:
- react
parserOptions:
sourceType: module
ecmaFeatures:
jsx: true
rules:
indent: [2, 4, {SwitchCase: 1}]
quotes: [2, 'single']
react/jsx-uses-vars: 2
no-console: 0
Loading

0 comments on commit 27e8c8a

Please sign in to comment.