Skip to content

Commit

Permalink
Merge branch 'master' into textfield-multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
lipp committed Oct 10, 2016
2 parents e66a84f + 357f58d commit 1e21e24
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
channel: "eslint-3"
fixme:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- test/
- examples/
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: "standard"

0 comments on commit 1e21e24

Please sign in to comment.