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

Commit

Permalink
fix: rule not found
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Dec 10, 2018
1 parent e166a7b commit c63f657
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = {
browser: true,
es6: true
},
plugins: [
'nuxt'
],
rules: {
'nuxt/no-env-in-context': 'error',
'nuxt/no-this-in-fetch-data': 'error'
Expand Down

0 comments on commit c63f657

Please sign in to comment.