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

Commit

Permalink
refactor: add no-this-in-fetch in base
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Dec 6, 2018
1 parent 4e656f5 commit b745a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
es6: true
},
rules: {
'nuxt/no-this-in-async-data': 'error'
'nuxt/no-this-in-async-data': 'error',
'nuxt/no-this-in-fetch': 'error'
}
}

0 comments on commit b745a91

Please sign in to comment.