Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Merge 9ce9dad into 13d8068
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Aug 31, 2017
2 parents 13d8068 + 9ce9dad commit f7d79b3
Show file tree
Hide file tree
Showing 36 changed files with 2,155 additions and 213 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor
11 changes: 11 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
extends:
- eslint-config-airbnb-es5
globals:
define: true
$: true
rules:
func-names: 0
space-before-function-paren: 0
indent: [2, 2, {"SwitchCase": 1}]

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc

gem 'requirejs-rails'

gem 'slim-rails'
gem 'slim-rails', '3.1.1'

gem 'httparty'
gem 'rabl'
Expand Down

0 comments on commit f7d79b3

Please sign in to comment.