Skip to content

Commit

Permalink
fix: adjust cli path to not lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 29, 2022
1 parent a8a2473 commit 0faeba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic/index.js
Expand Up @@ -148,7 +148,7 @@ module.exports = {
},
},
{
files: ['./.stacks/scripts/**/*.*', 'cli.*'],
files: ['./.stacks/scripts/**/*.*', './.stacks/src/cli/*.*'],
rules: {
'no-console': 'off',
},
Expand Down

0 comments on commit 0faeba2

Please sign in to comment.