Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bundacia committed Oct 26, 2016
1 parent 279a489 commit 5a2e155
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@ engines:
- python
- php
eslint:
enabled: true
checks:
global-require:
enabled: false
comma-dangle:
enabled: false
semi:
enabled: false
enabled: false
fixme:
enabled: true
ratings:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
"xo": {
"extends": "xo-react",
"rules": {
"complexity": [
1,
8
],
"no-unused-vars": [
2,
{
Expand Down

0 comments on commit 5a2e155

Please sign in to comment.