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

Commit 976f28d

Browse files
committed
fix: rule not found
1 parent b0f0e5b commit 976f28d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/configs/base.js

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ module.exports = {
1111
browser: true,
1212
es6: true
1313
},
14+
plugins: [
15+
'nuxt'
16+
],
1417
rules: {
1518
'nuxt/no-env-in-context': 'error',
1619
'nuxt/no-this-in-fetch-data': 'error'

0 commit comments

Comments
 (0)