Skip to content

Commit

Permalink
Resolve lint warning
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Jan 13, 2025
1 parent a4cd95e commit 48a33b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
env: { jest: true },
env: {
jest: true,
'vue/setup-compiler-macros': true,
},
extends: [
'.eslintrc.default.js'
],
Expand Down

0 comments on commit 48a33b7

Please sign in to comment.