Skip to content

Commit

Permalink
Set method complexity to fix eslint in build (#845)
Browse files Browse the repository at this point in the history
Set method complexity to fix eslint in build
  • Loading branch information
mjgiarlo committed Jun 27, 2019
2 parents d9a8803 + 45a1fe8 commit 86d55fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2018, 2019 Stanford University see LICENSE for license
/* eslint complexity: ["warn", 14] */
/* eslint complexity: ["warn", 15] */

import { combineReducers } from 'redux'
import shortid from 'shortid'
Expand Down

0 comments on commit 86d55fe

Please sign in to comment.