Skip to content

Commit

Permalink
chore: fix CI error (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 1, 2024
1 parent b988f26 commit e5d69c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ const config = [
"vue/comma-dangle": "off",
},
},
{
files: ["scripts/**/*.js"],
rules: {
"n/no-unsupported-features/node-builtins": "off",
},
},
]

module.exports = config

0 comments on commit e5d69c4

Please sign in to comment.