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

Commit

Permalink
eslint: Add vue setup compiler macros
Browse files Browse the repository at this point in the history
  • Loading branch information
tennox committed Feb 18, 2022
1 parent 8b93c18 commit d591434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ module.exports = {
},

env: {
browser: true
browser: true,
'vue/setup-compiler-macros': true,
},

// Rules order is important, please avoid shuffling them
Expand Down

0 comments on commit d591434

Please sign in to comment.