Skip to content

Commit

Permalink
remove unnecessary exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Dec 11, 2017
1 parent d8eccc4 commit cc89353
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions template/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,7 @@ module.exports = {
ignorePropertyModificationsFor: [
'state', // for vuex state
'acc', // for reduce accumulators
'e', // for e.returnvalue
'ctx', // for Koa routing
'req', // for Express requests
'request', // for Express requests
'res', // for Express responses
'response', // for Express responses
'$scope', // for Angular 1 scopes
'e' // for e.returnvalue
]
}],
// allow optionalDependencies
Expand Down

0 comments on commit cc89353

Please sign in to comment.